Html Css Color HEX #F24A11 Vermilion

📋 copy color: '#F24A11'

red 242 ◦ green 74 ◦ blue 17

#F24A11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vermilion #F24A11

Tints of Vermilion #F24A11

RGB

 RED value IS 242 (94.92% from 255) = 72.67%

 GREEN value IS 74 (29.3% from 255) = 22.22%

 BLUE value IS 17 (7.03% from 255) = 5.11%

R = 72.67%
G = 22.22%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F24A11 (or 0xF24A11) is known color: Vermilion. HEX triplet: F2, 4A and 11. RGB value is (242,74,17). Sum of RGB (Red+Green+Blue) = 242+74+17=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24A11 is #0DB5EE. Grayscale: #767676. Windows color (decimal): -898543 or 1133298. OLE color: 1133298.

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

Color convert

RGB 242 74 17 -
CMYK 0 0.69 0.93 0.05
HSL 15.2º 0.9% 0.51% -
HSV(B) 15.2º 0.93% 0.95% -
XYZ 39.17 23.82 3.06 -
YUV 117.73 71.16 216.63 -
System Red Green Blue C M Y K H S L
Decimal 242 74 17 0 0.69 0.93 0.05 15.2 0.9 0.51
Hex F2 4A 11 0 45 5D 5 F 5A 33
Octal 362 112 21 0 105 135 5 17 132 63
Binary 11110010 1001010 10001 0 1000101 1011101 101 1111 1011010 110011

Color Harmonies of #F24A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24A11

Black with #F24A11

Text Example


Text Example

White with #F24A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24A11; }

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

 H1.HeaderClassName
 {
   color: #F24A11;
 }
 .AnyTagClassName
 {
   color: #F24A11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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