#F90010

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

Shades of Torch Red #F90010

Tints of Torch Red #F90010

Color information

#F90010 (or 0xF90010) is unknown color: approx Torch Red. HEX triplet: F9, 00 and 10. RGB value is (249,0,16). Sum of RGB (Red+Green+Blue) = 249+0+16=265 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.96% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 249 - color contains mainly: red. Hex color #F90010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90010 is #06FFEF. Grayscale: #4C4C4C. Windows color (decimal): -458736 or 1048825. OLE color: 1048825.

HSL color Cylindrical-coordinate representation of color #F90010: hue angle of 356.14º 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 #F90010 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB249016-
CMYK010.940.02
HSL356.14º100%48.82%-
HSV(B)356.14º100%97.65%-
XYZ39.1620.182.32-
YUV76.2793.99251.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 93.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 6.04%
R=93.96%
G=0%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249016010.940.02356.1410048.82
HexF90100645E21646431
Octal3710200144136254414461
Binary11111001010000011001001011110101011001001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90010; }

 p { color: rgb(249,0,16); }

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

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

 a { background-color: rgb(249,0,16); }

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

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

 span { border-color: rgb(249,0,16); }

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