Html Css Color HEX #FC0806 Red

📋 copy color: '#FC0806'

red 252 ◦ green 8 ◦ blue 6

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

Shades of Red #FC0806

Tints of Red #FC0806

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.01%

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

R = 94.74%
G = 3.01%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC0806 (or 0xFC0806) is known color: Red. HEX triplet: FC, 08 and 06. RGB value is (252,8,6). Sum of RGB (Red+Green+Blue) = 252+8+6=266 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.74% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0806 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0806 is #03F7F9. Grayscale: #505050. Windows color (decimal): -260090 or 395516. OLE color: 395516.

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

Color convert

RGB 252 8 6 -
CMYK 0 0.97 0.98 0.01
HSL 0.49º 0.98% 0.51% -
HSV(B) 0.49º 0.98% 0.99% -
XYZ 40.26 20.88 2.08 -
YUV 80.73 85.84 250.16 -
System Red Green Blue C M Y K H S L
Decimal 252 8 6 0 0.97 0.98 0.01 0.49 0.98 0.51
Hex FC 8 6 0 61 62 1 0 62 33
Octal 374 10 6 0 141 142 1 0 142 63
Binary 11111100 1000 110 0 1100001 1100010 1 0 1100010 110011

Color Harmonies of #FC0806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0806

Black with #FC0806

Text Example


Text Example

White with #FC0806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0806; }

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

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

background-color css

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

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

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

border-color css

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

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

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