Html Css Color HEX #FC4409 Orange Red

📋 copy color: '#FC4409'

red 252 ◦ green 68 ◦ blue 9

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

Shades of Orange Red #FC4409

Tints of Orange Red #FC4409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

 BLUE value IS 9 (3.91% from 255) = 2.74%

R = 76.6%
G = 20.67%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC4409 (or 0xFC4409) is known color: Orange Red. HEX triplet: FC, 44 and 09. RGB value is (252,68,9). Sum of RGB (Red+Green+Blue) = 252+68+9=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4409 is #03BBF6. Grayscale: #747474. Windows color (decimal): -244727 or 607484. OLE color: 607484.

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

Color convert

RGB 252 68 9 -
CMYK 0 0.73 0.96 0.01
HSL 14.57º 0.98% 0.51% -
HSV(B) 14.57º 0.96% 0.99% -
XYZ 42.26 24.85 2.83 -
YUV 116.29 67.46 224.8 -
System Red Green Blue C M Y K H S L
Decimal 252 68 9 0 0.73 0.96 0.01 14.57 0.98 0.51
Hex FC 44 9 0 49 60 1 F 62 33
Octal 374 104 11 0 111 140 1 17 142 63
Binary 11111100 1000100 1001 0 1001001 1100000 1 1111 1100010 110011

Color Harmonies of #FC4409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4409

Black with #FC4409

Text Example


Text Example

White with #FC4409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4409; }

 p { color: rgb(252,68,9); }

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

background-color css

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

 a { background-color: rgb(252,68,9); }

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

border-color css

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

 span { border-color: rgb(252,68,9); }

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