#F90911

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

Shades of Torch Red #F90911

Tints of Torch Red #F90911

Color information

#F90911 (or 0xF90911) is unknown color: approx Torch Red. HEX triplet: F9, 09 and 11. RGB value is (249,9,17). Sum of RGB (Red+Green+Blue) = 249+9+17=275 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.55% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 249 - color contains mainly: red. Hex color #F90911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90911 is #06F6EE. Grayscale: #515151. Windows color (decimal): -456431 or 1116665. OLE color: 1116665.

HSL color Cylindrical-coordinate representation of color #F90911: hue angle of 358º degrees, saturation: 0.95, 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 #F90911 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB249917-
CMYK00.960.930.02
HSL358º95.24%50.59%-
HSV(B)358º96.39%97.65%-
XYZ39.2720.382.39-
YUV81.6791.51247.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 90.55%
GREEN value IS 9 (3.91% from 255) = 3.27%
BLUE value IS 17 (7.03% from 255) = 6.18%
R=90.55%
G=3.27%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24991700.960.930.0235895.2450.59
HexF99110605D21665f33
Octal37111210140135254613763
Binary11111001100110001011000001011101101011001101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90911; }

 p { color: rgb(249,9,17); }

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

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

 a { background-color: rgb(249,9,17); }

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

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

 span { border-color: rgb(249,9,17); }

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