Html Css Color HEX #FC060A Torch Red

📋 copy color: '#FC060A'

red 252 ◦ green 6 ◦ blue 10

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

Shades of Torch Red #FC060A

Tints of Torch Red #FC060A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 94.03%
G = 2.24%
B = 3.73%

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

#FC060A (or 0xFC060A) is known color: Torch Red. HEX triplet: FC, 06 and 0A. RGB value is (252,6,10). Sum of RGB (Red+Green+Blue) = 252+6+10=268 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.03% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 252 - color contains mainly: red. Hex color #FC060A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC060A is #03F9F5. Grayscale: #505050. Windows color (decimal): -260598 or 657148. OLE color: 657148.

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

Color convert

RGB 252 6 10 -
CMYK 0 0.98 0.96 0.01
HSL 359.02º 0.98% 0.51% -
HSV(B) 359.02º 0.98% 0.99% -
XYZ 40.26 20.85 2.19 -
YUV 80.01 88.5 250.67 -
System Red Green Blue C M Y K H S L
Decimal 252 6 10 0 0.98 0.96 0.01 359.02 0.98 0.51
Hex FC 6 A 0 62 60 1 167 62 33
Octal 374 6 12 0 142 140 1 547 142 63
Binary 11111100 110 1010 0 1100010 1100000 1 101100111 1100010 110011

Color Harmonies of #FC060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC060A

Black with #FC060A

Text Example


Text Example

White with #FC060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC060A; }

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

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

background-color css

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

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

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

border-color css

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

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

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