Html Css Color HEX #FC060B Torch Red

📋 copy color: '#FC060B'

red 252 ◦ green 6 ◦ blue 11

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

Shades of Torch Red #FC060B

Tints of Torch Red #FC060B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

 BLUE value IS 11 (4.69% from 255) = 4.09%

R = 93.68%
G = 2.23%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC060B (or 0xFC060B) is known color: Torch Red. HEX triplet: FC, 06 and 0B. RGB value is (252,6,11). Sum of RGB (Red+Green+Blue) = 252+6+11=269 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.68% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 252 - color contains mainly: red. Hex color #FC060B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC060B is #03F9F4. Grayscale: #505050. Windows color (decimal): -260597 or 722684. OLE color: 722684.

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

Color convert

RGB 252 6 11 -
CMYK 0 0.98 0.96 0.01
HSL 358.78º 0.98% 0.51% -
HSV(B) 358.78º 0.98% 0.99% -
XYZ 40.27 20.85 2.22 -
YUV 80.12 89 250.59 -
System Red Green Blue C M Y K H S L
Decimal 252 6 11 0 0.98 0.96 0.01 358.78 0.98 0.51
Hex FC 6 B 0 62 60 1 167 62 33
Octal 374 6 13 0 142 140 1 547 142 63
Binary 11111100 110 1011 0 1100010 1100000 1 101100111 1100010 110011

Color Harmonies of #FC060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC060B

Black with #FC060B

Text Example


Text Example

White with #FC060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC060B; }

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

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

background-color css

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

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

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

border-color css

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

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

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