Html Css Color HEX #FC0906 Red

📋 copy color: '#FC0906'

red 252 ◦ green 9 ◦ blue 6

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

Shades of Red #FC0906

Tints of Red #FC0906

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.37%

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

R = 94.38%
G = 3.37%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC0906 (or 0xFC0906) is known color: Red. HEX triplet: FC, 09 and 06. RGB value is (252,9,6). Sum of RGB (Red+Green+Blue) = 252+9+6=267 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.38% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0906 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0906 is #03F6F9. Grayscale: #515151. Windows color (decimal): -259834 or 395772. OLE color: 395772.

HSL color Cylindrical-coordinate representation of color #FC0906: hue angle of 0.73º 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 #FC0906 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 9 6 -
CMYK 0 0.96 0.98 0.01
HSL 0.73º 0.98% 0.51% -
HSV(B) 0.73º 0.98% 0.99% -
XYZ 40.28 20.9 2.08 -
YUV 81.32 85.51 249.74 -
System Red Green Blue C M Y K H S L
Decimal 252 9 6 0 0.96 0.98 0.01 0.73 0.98 0.51
Hex FC 9 6 0 60 62 1 1 62 33
Octal 374 11 6 0 140 142 1 1 142 63
Binary 11111100 1001 110 0 1100000 1100010 1 1 1100010 110011

Color Harmonies of #FC0906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0906

Black with #FC0906

Text Example


Text Example

White with #FC0906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0906; }

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

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

background-color css

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

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

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

border-color css

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

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

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