Html Css Color HEX #FC090C Torch Red

📋 copy color: '#FC090C'

red 252 ◦ green 9 ◦ blue 12

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

Shades of Torch Red #FC090C

Tints of Torch Red #FC090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

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

R = 92.31%
G = 3.3%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC090C (or 0xFC090C) is known color: Torch Red. HEX triplet: FC, 09 and 0C. RGB value is (252,9,12). Sum of RGB (Red+Green+Blue) = 252+9+12=273 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.31% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 252 - color contains mainly: red. Hex color #FC090C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC090C is #03F6F3. Grayscale: #525252. Windows color (decimal): -259828 or 788988. OLE color: 788988.

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

Color convert

RGB 252 9 12 -
CMYK 0 0.96 0.95 0.01
HSL 359.26º 0.98% 0.51% -
HSV(B) 359.26º 0.96% 0.99% -
XYZ 40.31 20.92 2.26 -
YUV 82 88.51 249.26 -
System Red Green Blue C M Y K H S L
Decimal 252 9 12 0 0.96 0.95 0.01 359.26 0.98 0.51
Hex FC 9 C 0 60 5F 1 167 62 33
Octal 374 11 14 0 140 137 1 547 142 63
Binary 11111100 1001 1100 0 1100000 1011111 1 101100111 1100010 110011

Color Harmonies of #FC090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC090C

Black with #FC090C

Text Example


Text Example

White with #FC090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC090C; }

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

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

background-color css

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

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

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

border-color css

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

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

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