Html Css Color HEX #F24F14 Vermilion

📋 copy color: '#F24F14'

red 242 ◦ green 79 ◦ blue 20

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

Shades of Vermilion #F24F14

Tints of Vermilion #F24F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.17%

 BLUE value IS 20 (8.2% from 255) = 5.87%

R = 70.97%
G = 23.17%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F24F14 (or 0xF24F14) is known color: Vermilion. HEX triplet: F2, 4F and 14. RGB value is (242,79,20). Sum of RGB (Red+Green+Blue) = 242+79+20=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F24F14 is #0DB0EB. Grayscale: #797979. Windows color (decimal): -897260 or 1331186. OLE color: 1331186.

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

Color convert

RGB 242 79 20 -
CMYK 0 0.67 0.92 0.05
HSL 15.95º 0.9% 0.51% -
HSV(B) 15.95º 0.92% 0.95% -
XYZ 39.54 24.52 3.31 -
YUV 121.01 71 214.3 -
System Red Green Blue C M Y K H S L
Decimal 242 79 20 0 0.67 0.92 0.05 15.95 0.9 0.51
Hex F2 4F 14 0 43 5C 5 10 5A 33
Octal 362 117 24 0 103 134 5 20 132 63
Binary 11110010 1001111 10100 0 1000011 1011100 101 10000 1011010 110011

Color Harmonies of #F24F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F14

Black with #F24F14

Text Example


Text Example

White with #F24F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F14; }

 p { color: rgb(242,79,20); }

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

background-color css

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

 a { background-color: rgb(242,79,20); }

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

border-color css

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

 span { border-color: rgb(242,79,20); }

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