#F90516

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

Shades of Torch Red #F90516

Tints of Torch Red #F90516

Color information

#F90516 (or 0xF90516) is unknown color: approx Torch Red. HEX triplet: F9, 05 and 16. RGB value is (249,5,22). Sum of RGB (Red+Green+Blue) = 249+5+22=276 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.22% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 249 - color contains mainly: red. Hex color #F90516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90516 is #06FAE9. Grayscale: #505050. Windows color (decimal): -457450 or 1443321. OLE color: 1443321.

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

Color convert

RGB249522-
CMYK00.980.910.02
HSL355.82º96.06%49.8%-
HSV(B)355.82º97.99%97.65%-
XYZ39.2720.312.61-
YUV79.8995.34248.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 90.22%
GREEN value IS 5 (2.34% from 255) = 1.81%
BLUE value IS 22 (8.98% from 255) = 7.97%
R=90.22%
G=1.81%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24952200.980.910.02355.8296.0649.8
HexF95160625B21646032
Octal3715260142133254414062
Binary1111100110110110011000101011011101011001001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90516; }

 p { color: rgb(249,5,22); }

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

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

 a { background-color: rgb(249,5,22); }

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

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

 span { border-color: rgb(249,5,22); }

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