#F4090F

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

Shades of Torch Red #F4090F

Tints of Torch Red #F4090F

Color information

#F4090F (or 0xF4090F) is unknown color: approx Torch Red. HEX triplet: F4, 09 and 0F. RGB value is (244,9,15). Sum of RGB (Red+Green+Blue) = 244+9+15=268 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.04% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 244 - color contains mainly: red. Hex color #F4090F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4090F is #0BF6F0. Grayscale: #505050. Windows color (decimal): -784113 or 985588. OLE color: 985588.

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

Color convert

RGB244915-
CMYK00.960.940.04
HSL358.47º92.89%49.61%-
HSV(B)358.47º96.31%95.69%-
XYZ37.4919.462.23-
YUV79.9591.36245.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 91.04%
GREEN value IS 9 (3.91% from 255) = 3.36%
BLUE value IS 15 (6.25% from 255) = 5.60%
R=91.04%
G=3.36%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24491500.960.940.04358.4792.8949.61
HexF49F0605E41665d32
Octal36411170140136454613562
Binary11110100100111110110000010111101001011001101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4090F; }

 p { color: rgb(244,9,15); }

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

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

 a { background-color: rgb(244,9,15); }

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

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

 span { border-color: rgb(244,9,15); }

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