Color Hex Logo

#f47228 Color Hex

#F47228
(244,114,40)
0 Favorites   0 Comments

Color spaces of #f47228

RGB 24411440
HSL0.060.900.56
HSV22°84°96°
CMYK 0.000.530.84   0.04
XYZ43.708531.42095.7686
Yxy31.42090.54030.3884
Hunter Lab56.054341.090733.1365
CIE-Lab62.861346.013960.8517

#f47228 color RGB value is (244,114,40).

#f47228 hex color red value is 244, green value is 114 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #f47228 hue: 0.06 , saturation: 0.90 and the lightness value of f47228 is 0.56.

The process color (four color CMYK) of #f47228 color hex is 0.00, 0.53, 0.84, 0.04. Web safe color of #f47228 is #ff6633. Color #f47228 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110010 00101000
Octal 364 162 50
Decimal 244 114 40
Hex F4 72 28

RGB Percentages of Color #f47228

%61.31
%28.64
%10.05

CMYK Percentages of Color #f47228

%0
%53
%84
%4

Triadic Colors of #f47228

#f47228 #28f472 #7228f4

Analogous Colors of #f47228

#f47228 #f4d828 #f42844

Monochromatic Colors of #f47228

#f47228

Complementary Color

#f47228 #28aaf4

#f47228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47228 Color CSS Codes

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

#f47228 Text Font Color

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

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


#f47228 Background Color

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

This div background color is #f47228


#f47228 Border Color

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

This div border color is #f47228


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,114,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47228


Comments

No comments written yet.

Please login to write comment.