Html Css Color HEX #F24A08 Vermilion

📋 copy color: '#F24A08'

red 242 ◦ green 74 ◦ blue 8

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

Shades of Vermilion #F24A08

Tints of Vermilion #F24A08

RGB

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

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

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

R = 74.69%
G = 22.84%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F24A08 (or 0xF24A08) is known color: Vermilion. HEX triplet: F2, 4A and 08. RGB value is (242,74,8). Sum of RGB (Red+Green+Blue) = 242+74+8=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24A08 is #0DB5F7. Grayscale: #757575. Windows color (decimal): -898552 or 543474. OLE color: 543474.

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

Color convert

RGB 242 74 8 -
CMYK 0 0.69 0.97 0.05
HSL 16.92º 0.94% 0.49% -
HSV(B) 16.92º 0.97% 0.95% -
XYZ 39.11 23.79 2.76 -
YUV 116.71 66.66 217.37 -
System Red Green Blue C M Y K H S L
Decimal 242 74 8 0 0.69 0.97 0.05 16.92 0.94 0.49
Hex F2 4A 8 0 45 61 5 11 5E 31
Octal 362 112 10 0 105 141 5 21 136 61
Binary 11110010 1001010 1000 0 1000101 1100001 101 10001 1011110 110001

Color Harmonies of #F24A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24A08

Black with #F24A08

Text Example


Text Example

White with #F24A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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