#FC0002

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

Shades of Torch Red #FC0002

Tints of Torch Red #FC0002

Color information

#FC0002 (or 0xFC0002) is unknown color: approx Torch Red. HEX triplet: FC, 00 and 02. RGB value is (252,0,2). Sum of RGB (Red+Green+Blue) = 252+0+2=254 (33% of max value = 765). Red value is 252 (98.83% from 255 or 99.21% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0002 is #03FFFD. Grayscale: #4B4B4B. Windows color (decimal): -262142 or 131324. OLE color: 131324.

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

Color convert

RGB25202-
CMYK010.990.01
HSL359.52º100%49.41%-
HSV(B)359.52º100%98.82%-
XYZ40.1620.71.94-
YUV75.5886.49253.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 99.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=99.21%
G=0%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25202010.990.01359.5210049.41
HexFC020646311686431
Octal374020144143155014461
Binary1111110001001100100110001111011010001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0002; }

 p { color: rgb(252,0,2); }

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

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

 a { background-color: rgb(252,0,2); }

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

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

 span { border-color: rgb(252,0,2); }

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