#F24A09

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

Shades of Vermilion #F24A09

Tints of Vermilion #F24A09

Color information

#F24A09 (or 0xF24A09) is unknown color: approx Vermilion. HEX triplet: F2, 4A and 09. RGB value is (242,74,9). Sum of RGB (Red+Green+Blue) = 242+74+9=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24A09 is #0DB5F6. Grayscale: #757575. Windows color (decimal): -898551 or 609010. OLE color: 609010.

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

Color convert

RGB242749-
CMYK00.690.960.05
HSL16.74º92.83%49.22%-
HSV(B)16.74º96.28%94.9%-
XYZ39.1223.792.79-
YUV116.8267.16217.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 74.46%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 9 (3.91% from 255) = 2.77%
R=74.46%
G=22.77%
B=2.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24274900.690.960.0516.7492.8349.22
HexF24A9045605115d31
Octal36211211010514052113561
Binary1111001010010101001010001011100000101100011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24A09; }

 p { color: rgb(242,74,9); }

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

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

 a { background-color: rgb(242,74,9); }

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

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

 span { border-color: rgb(242,74,9); }

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