#F0092E

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

Shades of Torch Red #F0092E

Tints of Torch Red #F0092E

Color information

#F0092E (or 0xF0092E) is unknown color: approx Torch Red. HEX triplet: F0, 09 and 2E. RGB value is (240,9,46). Sum of RGB (Red+Green+Blue) = 240+9+46=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F0092E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0092E is #0FF6D1. Grayscale: #525252. Windows color (decimal): -1046226 or 3017200. OLE color: 3017200.

HSL color Cylindrical-coordinate representation of color #F0092E: hue angle of 350.39º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0092E is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB240946-
CMYK00.960.810.06
HSL350.39º92.77%48.82%-
HSV(B)350.39º96.25%94.12%-
XYZ36.5318.924.31-
YUV82.29107.53240.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 81.36%
GREEN value IS 9 (3.91% from 255) = 3.05%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=81.36%
G=3.05%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24094600.960.810.06350.3992.7748.82
HexF092E06051615e5d31
Octal36011560140121653613561
Binary1111000010011011100110000010100011101010111101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0092E; }

 p { color: rgb(240,9,46); }

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

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

 a { background-color: rgb(240,9,46); }

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

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

 span { border-color: rgb(240,9,46); }

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