#F9081D

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

Shades of Torch Red #F9081D

Tints of Torch Red #F9081D

Color information

#F9081D (or 0xF9081D) is unknown color: approx Torch Red. HEX triplet: F9, 08 and 1D. RGB value is (249,8,29). Sum of RGB (Red+Green+Blue) = 249+8+29=286 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.06% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 249 - color contains mainly: red. Hex color #F9081D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9081D is #06F7E2. Grayscale: #525252. Windows color (decimal): -456675 or 1902841. OLE color: 1902841.

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

Color convert

RGB249829-
CMYK00.970.880.02
HSL354.77º95.26%50.39%-
HSV(B)354.77º96.79%97.65%-
XYZ39.3820.43.03-
YUV82.4597.84246.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 87.06%
GREEN value IS 8 (3.52% from 255) = 2.80%
BLUE value IS 29 (11.72% from 255) = 10.14%
R=87.06%
G=2.80%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24982900.970.880.02354.7795.2650.39
HexF981D0615821635f32
Octal37110350141130254313762
Binary11111001100011101011000011011000101011000111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9081D; }

 p { color: rgb(249,8,29); }

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

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

 a { background-color: rgb(249,8,29); }

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

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

 span { border-color: rgb(249,8,29); }

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