Html Css Color HEX #FC4406 Orange Red

📋 copy color: '#FC4406'

red 252 ◦ green 68 ◦ blue 6

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

Shades of Orange Red #FC4406

Tints of Orange Red #FC4406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.84%

R = 77.3%
G = 20.86%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC4406 (or 0xFC4406) is known color: Orange Red. HEX triplet: FC, 44 and 06. RGB value is (252,68,6). Sum of RGB (Red+Green+Blue) = 252+68+6=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4406 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4406 is #03BBF9. Grayscale: #747474. Windows color (decimal): -244730 or 410876. OLE color: 410876.

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

Color convert

RGB 252 68 6 -
CMYK 0 0.73 0.98 0.01
HSL 15.12º 0.98% 0.51% -
HSV(B) 15.12º 0.98% 0.99% -
XYZ 42.24 24.84 2.74 -
YUV 115.95 65.96 225.04 -
System Red Green Blue C M Y K H S L
Decimal 252 68 6 0 0.73 0.98 0.01 15.12 0.98 0.51
Hex FC 44 6 0 49 62 1 F 62 33
Octal 374 104 6 0 111 142 1 17 142 63
Binary 11111100 1000100 110 0 1001001 1100010 1 1111 1100010 110011

Color Harmonies of #FC4406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4406

Black with #FC4406

Text Example


Text Example

White with #FC4406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4406; }

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

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

background-color css

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

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

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

border-color css

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

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

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