Html Css Color HEX #FC0206 Torch Red

📋 copy color: '#FC0206'

red 252 ◦ green 2 ◦ blue 6

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

Shades of Torch Red #FC0206

Tints of Torch Red #FC0206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 96.92%
G = 0.77%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC0206 (or 0xFC0206) is known color: Torch Red. HEX triplet: FC, 02 and 06. RGB value is (252,2,6). Sum of RGB (Red+Green+Blue) = 252+2+6=260 (34% of max value = 765). Red value is 252 (98.83% from 255 or 96.92% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0206 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0206 is #03FDF9. Grayscale: #4D4D4D. Windows color (decimal): -261626 or 393980. OLE color: 393980.

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

Color convert

RGB 252 2 6 -
CMYK 0 0.99 0.98 0.01
HSL 359.04º 0.98% 0.5% -
HSV(B) 359.04º 0.99% 0.99% -
XYZ 40.2 20.75 2.06 -
YUV 77.21 87.83 252.67 -
System Red Green Blue C M Y K H S L
Decimal 252 2 6 0 0.99 0.98 0.01 359.04 0.98 0.5
Hex FC 2 6 0 63 62 1 167 62 32
Octal 374 2 6 0 143 142 1 547 142 62
Binary 11111100 10 110 0 1100011 1100010 1 101100111 1100010 110010

Color Harmonies of #FC0206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0206

Black with #FC0206

Text Example


Text Example

White with #FC0206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0206; }

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

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

background-color css

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

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

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

border-color css

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

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

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