#FB0002

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

Shades of Torch Red #FB0002

Tints of Torch Red #FB0002

Color information

#FB0002 (or 0xFB0002) is unknown color: approx Torch Red. HEX triplet: FB, 00 and 02. RGB value is (251,0,2). Sum of RGB (Red+Green+Blue) = 251+0+2=253 (33% of max value = 765). Red value is 251 (98.44% from 255 or 99.21% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0002 is #04FFFD. Grayscale: #4B4B4B. Windows color (decimal): -327678 or 131323. OLE color: 131323.

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

Color convert

RGB25102-
CMYK010.990.02
HSL359.52º100%49.22%-
HSV(B)359.52º100%98.43%-
XYZ39.7920.511.92-
YUV75.2886.66253.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% 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.02
SystemRedGreenBlueCMYKHSL
Decimal25102010.990.02359.5210049.22
HexFB020646321686431
Octal373020144143255014461
Binary11111011010011001001100011101011010001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0002; }

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

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

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

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

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

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

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

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