Color Hex Logo

#f4914f Color Hex

#F4914F
(244,145,79)
0 Favorites   0 Comments

Color spaces of #f4914f

RGB 24414579
HSL0.070.880.63
HSV24°68°96°
CMYK 0.000.410.68   0.04
XYZ48.844940.048412.5528
Yxy40.04840.48150.3948
Hunter Lab63.283827.026632.5381
CIE-Lab69.504031.943250.0809

#f4914f color RGB value is (244,145,79).

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

The process color (four color CMYK) of #f4914f color hex is 0.00, 0.41, 0.68, 0.04. Web safe color of #f4914f is #ff9966. Color #f4914f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010001 01001111
Octal 364 221 117
Decimal 244 145 79
Hex F4 91 4F

RGB Percentages of Color #f4914f

%52.14
%30.98
%16.88

CMYK Percentages of Color #f4914f

%0
%41
%68
%4

Triadic Colors of #f4914f

#f4914f #4ff491 #914ff4

Analogous Colors of #f4914f

#f4914f #f4e44f #f44f60

Monochromatic Colors of #f4914f

#f4914f

Complementary Color

#f4914f #4fb2f4

#f4914f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4914f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4914f Color CSS Codes

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

#f4914f Text Font Color

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

This sample text font color is #f4914f
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.


#f4914f Background Color

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

This div background color is #f4914f


#f4914f Border Color

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

This div border color is #f4914f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,145,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 #f4914f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4914f


Comments

No comments written yet.

Please login to write comment.