Html Css Color HEX #F24E08 Vermilion

📋 copy color: '#F24E08'

red 242 ◦ green 78 ◦ blue 8

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

Shades of Vermilion #F24E08

Tints of Vermilion #F24E08

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.78%

 BLUE value IS 8 (3.52% from 255) = 2.44%

R = 73.78%
G = 23.78%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F24E08 (or 0xF24E08) is known color: Vermilion. HEX triplet: F2, 4E and 08. RGB value is (242,78,8). Sum of RGB (Red+Green+Blue) = 242+78+8=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F24E08 is #0DB1F7. Grayscale: #777777. Windows color (decimal): -897528 or 544498. OLE color: 544498.

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

Color convert

RGB 242 78 8 -
CMYK 0 0.68 0.97 0.05
HSL 17.95º 0.94% 0.49% -
HSV(B) 17.95º 0.97% 0.95% -
XYZ 39.39 24.34 2.85 -
YUV 119.06 65.33 215.69 -
System Red Green Blue C M Y K H S L
Decimal 242 78 8 0 0.68 0.97 0.05 17.95 0.94 0.49
Hex F2 4E 8 0 44 61 5 12 5E 31
Octal 362 116 10 0 104 141 5 22 136 61
Binary 11110010 1001110 1000 0 1000100 1100001 101 10010 1011110 110001

Color Harmonies of #F24E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24E08

Black with #F24E08

Text Example


Text Example

White with #F24E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24E08; }

 p { color: rgb(242,78,8); }

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

background-color css

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

 a { background-color: rgb(242,78,8); }

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

border-color css

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

 span { border-color: rgb(242,78,8); }

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