Html Css Color HEX #FC4808 Orange Red

📋 copy color: '#FC4808'

red 252 ◦ green 72 ◦ blue 8

#FC4808
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #FC4808

Tints of Orange Red #FC4808

RGB

 RED value IS 252 (98.83% from 255) = 75.9%

 GREEN value IS 72 (28.52% from 255) = 21.69%

 BLUE value IS 8 (3.52% from 255) = 2.41%

R = 75.9%
G = 21.69%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC4808 (or 0xFC4808) is known color: Orange Red. HEX triplet: FC, 48 and 08. RGB value is (252,72,8). Sum of RGB (Red+Green+Blue) = 252+72+8=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4808 is #03B7F7. Grayscale: #767676. Windows color (decimal): -243704 or 542972. OLE color: 542972.

HSL color Cylindrical-coordinate representation of color #FC4808: hue angle of 15.74º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC4808 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 72 8 -
CMYK 0 0.71 0.97 0.01
HSL 15.74º 0.98% 0.51% -
HSV(B) 15.74º 0.97% 0.99% -
XYZ 42.51 25.35 2.88 -
YUV 118.52 65.63 223.2 -
System Red Green Blue C M Y K H S L
Decimal 252 72 8 0 0.71 0.97 0.01 15.74 0.98 0.51
Hex FC 48 8 0 47 61 1 10 62 33
Octal 374 110 10 0 107 141 1 20 142 63
Binary 11111100 1001000 1000 0 1000111 1100001 1 10000 1100010 110011

Color Harmonies of #FC4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4808

Black with #FC4808

Text Example


Text Example

White with #FC4808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4808; }

 p { color: rgb(252,72,8); }

 H1.HeaderClassName
 {
   color: #FC4808;
 }
 .AnyTagClassName
 {
   color: #FC4808;
 }
</style>

background-color css

<style>
 a { background-color: #FC4808; }

 a { background-color: rgb(252,72,8); }

 div.DivClassName
 {
   background-color: #FC4808;
 }
 .BgClassName
 {
   background-color: #FC4808;
 }
</style>

border-color css

<style>
 span { border-color: #FC4808; }

 span { border-color: rgb(252,72,8); }

 td.TdClassName
 {
   border-color: #FC4808;
 }
 .TagClassName
 {
   border-color: #FC4808;
 }
</style>