#FC090B

Color #FC090B Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FC090B

Tints of Torch Red #FC090B

Color information

#FC090B (or 0xFC090B) is unknown color: approx Torch Red. HEX triplet: FC, 09 and 0B. RGB value is (252,9,11). Sum of RGB (Red+Green+Blue) = 252+9+11=272 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.65% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 252 - color contains mainly: red. Hex color #FC090B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC090B is #03F6F4. Grayscale: #525252. Windows color (decimal): -259829 or 723452. OLE color: 723452.

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

Color convert

RGB252911-
CMYK00.960.960.01
HSL359.51º97.59%51.18%-
HSV(B)359.51º96.43%98.82%-
XYZ40.320.912.23-
YUV81.8988.01249.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 92.65%
GREEN value IS 9 (3.91% from 255) = 3.31%
BLUE value IS 11 (4.69% from 255) = 4.04%
R=92.65%
G=3.31%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25291100.960.960.01359.5197.5951.18
HexFC9B0606011686233
Octal37411130140140155014263
Binary111111001001101101100000110000011011010001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC090B; }

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

 H1.HeaderClassName
 {
   color: #FC090B;
 }
 .AnyTagClassName
 {
   color: #FC090B;
 }
</style>
background-color css

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

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

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

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

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

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