#F90A2F

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

Shades of Torch Red #F90A2F

Tints of Torch Red #F90A2F

Color information

#F90A2F (or 0xF90A2F) is unknown color: approx Torch Red. HEX triplet: F9, 0A and 2F. RGB value is (249,10,47). Sum of RGB (Red+Green+Blue) = 249+10+47=306 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.37% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90A2F is #06F5D0. Grayscale: #555555. Windows color (decimal): -456145 or 3083001. OLE color: 3083001.

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

Color convert

RGB2491047-
CMYK00.960.810.02
HSL350.71º95.22%50.78%-
HSV(B)350.71º95.98%97.65%-
XYZ39.6920.564.57-
YUV85.68106.18244.49-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 81.37%
GREEN value IS 10 (4.30% from 255) = 3.27%
BLUE value IS 47 (18.75% from 255) = 15.36%
R=81.37%
G=3.27%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249104700.960.810.02350.7195.2250.78
HexF9A2F06051215f5f33
Octal37112570140121253713763
Binary111110011010101111011000001010001101010111111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90A2F; }

 p { color: rgb(249,10,47); }

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

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

 a { background-color: rgb(249,10,47); }

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

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

 span { border-color: rgb(249,10,47); }

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