#F9024A

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

Shades of Torch Red #F9024A

Tints of Torch Red #F9024A

Color information

#F9024A (or 0xF9024A) is unknown color: approx Torch Red. HEX triplet: F9, 02 and 4A. RGB value is (249,2,74). Sum of RGB (Red+Green+Blue) = 249+2+74=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F9024A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9024A is #06FDB5. Grayscale: #545454. Windows color (decimal): -458166 or 4850425. OLE color: 4850425.

HSL color Cylindrical-coordinate representation of color #F9024A: hue angle of 342.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9024A is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB249274-
CMYK00.990.700.02
HSL342.51º98.41%49.22%-
HSV(B)342.51º99.2%97.65%-
XYZ40.3220.688.34-
YUV84.06122.33245.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 76.62%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=76.62%
G=0.62%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24927400.990.700.02342.5198.4149.22
HexF924A0634621576231
Octal37121120143106252714261
Binary11111001101001010011000111000110101010101111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9024A; }

 p { color: rgb(249,2,74); }

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

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

 a { background-color: rgb(249,2,74); }

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

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

 span { border-color: rgb(249,2,74); }

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