Html Css Color HEX #FC0A12 Torch Red

📋 copy color: '#FC0A12'

red 252 ◦ green 10 ◦ blue 18

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

Shades of Torch Red #FC0A12

Tints of Torch Red #FC0A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.57%

 BLUE value IS 18 (7.42% from 255) = 6.43%

R = 90%
G = 3.57%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC0A12 (or 0xFC0A12) is known color: Torch Red. HEX triplet: FC, 0A and 12. RGB value is (252,10,18). Sum of RGB (Red+Green+Blue) = 252+10+18=280 (37% of max value = 765). Red value is 252 (98.83% from 255 or 90% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0A12 is #03F5ED. Grayscale: #535353. Windows color (decimal): -259566 or 1182460. OLE color: 1182460.

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

Color convert

RGB 252 10 18 -
CMYK 0 0.96 0.93 0.01
HSL 358.02º 0.98% 0.51% -
HSV(B) 358.02º 0.96% 0.99% -
XYZ 40.36 20.96 2.49 -
YUV 83.27 91.17 248.35 -
System Red Green Blue C M Y K H S L
Decimal 252 10 18 0 0.96 0.93 0.01 358.02 0.98 0.51
Hex FC A 12 0 60 5D 1 166 62 33
Octal 374 12 22 0 140 135 1 546 142 63
Binary 11111100 1010 10010 0 1100000 1011101 1 101100110 1100010 110011

Color Harmonies of #FC0A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A12

Black with #FC0A12

Text Example


Text Example

White with #FC0A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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