#F9081E

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

Shades of Torch Red #F9081E

Tints of Torch Red #F9081E

Color information

#F9081E (or 0xF9081E) is unknown color: approx Torch Red. HEX triplet: F9, 08 and 1E. RGB value is (249,8,30). Sum of RGB (Red+Green+Blue) = 249+8+30=287 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.76% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 249 - color contains mainly: red. Hex color #F9081E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9081E is #06F7E1. Grayscale: #525252. Windows color (decimal): -456674 or 1968377. OLE color: 1968377.

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

Color convert

RGB249830-
CMYK00.970.880.02
HSL354.52º95.26%50.39%-
HSV(B)354.52º96.79%97.65%-
XYZ39.3920.413.09-
YUV82.5798.34246.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 86.76%
GREEN value IS 8 (3.52% from 255) = 2.79%
BLUE value IS 30 (12.11% from 255) = 10.45%
R=86.76%
G=2.79%
B=10.45%

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
Decimal24983000.970.880.02354.5295.2650.39
HexF981E0615821635f32
Octal37110360141130254313762
Binary11111001100011110011000011011000101011000111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9081E; }

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

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

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

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

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

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

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

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