Html Css Color HEX #F24D12 Vermilion

📋 copy color: '#F24D12'

red 242 ◦ green 77 ◦ blue 18

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

Shades of Vermilion #F24D12

Tints of Vermilion #F24D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.85%

 BLUE value IS 18 (7.42% from 255) = 5.34%

R = 71.81%
G = 22.85%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F24D12 (or 0xF24D12) is known color: Vermilion. HEX triplet: F2, 4D and 12. RGB value is (242,77,18). Sum of RGB (Red+Green+Blue) = 242+77+18=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F24D12 is #0DB2ED. Grayscale: #787878. Windows color (decimal): -897774 or 1199602. OLE color: 1199602.

HSL color Cylindrical-coordinate representation of color #F24D12: hue angle of 15.8º 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 #F24D12 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 77 18 -
CMYK 0 0.68 0.93 0.05
HSL 15.8º 0.9% 0.51% -
HSV(B) 15.8º 0.93% 0.95% -
XYZ 39.38 24.23 3.17 -
YUV 119.61 70.66 215.3 -
System Red Green Blue C M Y K H S L
Decimal 242 77 18 0 0.68 0.93 0.05 15.8 0.9 0.51
Hex F2 4D 12 0 44 5D 5 10 5A 33
Octal 362 115 22 0 104 135 5 20 132 63
Binary 11110010 1001101 10010 0 1000100 1011101 101 10000 1011010 110011

Color Harmonies of #F24D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D12

Black with #F24D12

Text Example


Text Example

White with #F24D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D12; }

 p { color: rgb(242,77,18); }

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

background-color css

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

 a { background-color: rgb(242,77,18); }

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

border-color css

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

 span { border-color: rgb(242,77,18); }

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