#FB092A

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

Shades of Torch Red #FB092A

Tints of Torch Red #FB092A

Color information

#FB092A (or 0xFB092A) is unknown color: approx Torch Red. HEX triplet: FB, 09 and 2A. RGB value is (251,9,42). Sum of RGB (Red+Green+Blue) = 251+9+42=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB092A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB092A is #04F6D5. Grayscale: #555555. Windows color (decimal): -325334 or 2755067. OLE color: 2755067.

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

Color convert

RGB251942-
CMYK00.960.830.02
HSL351.82º96.8%50.98%-
HSV(B)351.82º96.41%98.43%-
XYZ40.320.874.1-
YUV85.12103.67246.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 83.11%
GREEN value IS 9 (3.91% from 255) = 2.98%
BLUE value IS 42 (16.80% from 255) = 13.91%
R=83.11%
G=2.98%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25194200.960.830.02351.8296.850.98
HexFB92A0605321606133
Octal37311520140123254014163
Binary111110111001101010011000001010011101011000001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB092A; }

 p { color: rgb(251,9,42); }

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

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

 a { background-color: rgb(251,9,42); }

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

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

 span { border-color: rgb(251,9,42); }

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