Html Css Color HEX #F24D0E Vermilion

📋 copy color: '#F24D0E'

red 242 ◦ green 77 ◦ blue 14

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

Shades of Vermilion #F24D0E

Tints of Vermilion #F24D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 72.67%
G = 23.12%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F24D0E (or 0xF24D0E) is known color: Vermilion. HEX triplet: F2, 4D and 0E. RGB value is (242,77,14). Sum of RGB (Red+Green+Blue) = 242+77+14=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F24D0E is #0DB2F1. Grayscale: #777777. Windows color (decimal): -897778 or 937458. OLE color: 937458.

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

Color convert

RGB 242 77 14 -
CMYK 0 0.68 0.94 0.05
HSL 16.58º 0.9% 0.5% -
HSV(B) 16.58º 0.94% 0.95% -
XYZ 39.35 24.22 3.02 -
YUV 119.15 68.66 215.62 -
System Red Green Blue C M Y K H S L
Decimal 242 77 14 0 0.68 0.94 0.05 16.58 0.9 0.5
Hex F2 4D E 0 44 5E 5 11 5A 32
Octal 362 115 16 0 104 136 5 21 132 62
Binary 11110010 1001101 1110 0 1000100 1011110 101 10001 1011010 110010

Color Harmonies of #F24D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D0E

Black with #F24D0E

Text Example


Text Example

White with #F24D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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