Html Css Color HEX #FC060C Torch Red

📋 copy color: '#FC060C'

red 252 ◦ green 6 ◦ blue 12

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

Shades of Torch Red #FC060C

Tints of Torch Red #FC060C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.44%

R = 93.33%
G = 2.22%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC060C (or 0xFC060C) is known color: Torch Red. HEX triplet: FC, 06 and 0C. RGB value is (252,6,12). Sum of RGB (Red+Green+Blue) = 252+6+12=270 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.33% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 252 - color contains mainly: red. Hex color #FC060C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC060C is #03F9F3. Grayscale: #505050. Windows color (decimal): -260596 or 788220. OLE color: 788220.

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

Color convert

RGB 252 6 12 -
CMYK 0 0.98 0.95 0.01
HSL 358.54º 0.98% 0.51% -
HSV(B) 358.54º 0.98% 0.99% -
XYZ 40.28 20.85 2.25 -
YUV 80.24 89.5 250.51 -
System Red Green Blue C M Y K H S L
Decimal 252 6 12 0 0.98 0.95 0.01 358.54 0.98 0.51
Hex FC 6 C 0 62 5F 1 167 62 33
Octal 374 6 14 0 142 137 1 547 142 63
Binary 11111100 110 1100 0 1100010 1011111 1 101100111 1100010 110011

Color Harmonies of #FC060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC060C

Black with #FC060C

Text Example


Text Example

White with #FC060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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