color codes Logo

#f0944f color codes

#F0944F
(240,148,79)
0 Favorites   0 Comments

Color spaces of #f0944f

RGB 24014879
HSL0.070.840.63
HSV26°67°94°
CMYK 0.000.380.67   0.06
XYZ47.936440.269612.6434
Yxy40.26960.47530.3993
Hunter Lab63.458323.786732.6079
CIE-Lab69.661128.767350.1182

#f0944f color RGB value is (240,148,79).

#f0944f hex color red value is 240, green value is 148 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #f0944f hue: 0.07 , saturation: 0.84 and the lightness value of f0944f is 0.63.

The process color (four color CMYK) of #f0944f color code is 0.00, 0.38, 0.67, 0.06. Web safe color of #f0944f is #ff9966. Color #f0944f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010100 01001111
Octal 360 224 117
Decimal 240 148 79
Hex F0 94 4F

RGB Percentages of Color #f0944f

%51.39
%31.69
%16.92

CMYK Percentages of Color #f0944f

%0
%38
%67
%6

Triadic Colors of #f0944f

#f0944f #4ff094 #944ff0

Analogous Colors of #f0944f

#f0944f #f0e54f #f04f5a

Monochromatic Colors of #f0944f

#f0944f

Complementary Color

#f0944f #4fabf0

#f0944f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0944f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0944f Color CSS Codes

.mybgcolor {background-color:#f0944f; } 
.myforecolor {color:#f0944f; }
.mybordercolor {border:3px solid #f0944f; }

#f0944f Text Font Color

<p style="color:#f0944f">Text here</p>

This sample text font color is #f0944f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f0944f Background Color

<div style="background-color:#f0944f">
Div content here</div>

This div background color is #f0944f


#f0944f Border Color

<div style="border:3px solid #f0944f">
Div here</div>

This div border color is #f0944f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,148,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0944f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0944f;
  -webkit-box-shadow: 1px 1px 3px 2px #f0944f;
  box-shadow:         1px 1px 3px 2px #f0944f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,148,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f0944f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f0944f;
  -webkit-box-shadow: 1px 1px 3px 2px #f0944f;
  box-shadow:         1px 1px 3px 2px #f0944f;">
Div content here</div>

This div box has shadow with color #f0944f


Comments

No comments written yet.

Please login to write comment.