Html Css Color HEX #F24C0E Vermilion

📋 copy color: '#F24C0E'

red 242 ◦ green 76 ◦ blue 14

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

Shades of Vermilion #F24C0E

Tints of Vermilion #F24C0E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.89%

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

R = 72.89%
G = 22.89%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F24C0E (or 0xF24C0E) is known color: Vermilion. HEX triplet: F2, 4C and 0E. RGB value is (242,76,14). Sum of RGB (Red+Green+Blue) = 242+76+14=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24C0E is #0DB3F1. Grayscale: #767676. Windows color (decimal): -898034 or 937202. OLE color: 937202.

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

Color convert

RGB 242 76 14 -
CMYK 0 0.69 0.94 0.05
HSL 16.32º 0.9% 0.5% -
HSV(B) 16.32º 0.94% 0.95% -
XYZ 39.28 24.08 2.99 -
YUV 118.57 69 216.04 -
System Red Green Blue C M Y K H S L
Decimal 242 76 14 0 0.69 0.94 0.05 16.32 0.9 0.5
Hex F2 4C E 0 45 5E 5 10 5A 32
Octal 362 114 16 0 105 136 5 20 132 62
Binary 11110010 1001100 1110 0 1000101 1011110 101 10000 1011010 110010

Color Harmonies of #F24C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24C0E

Black with #F24C0E

Text Example


Text Example

White with #F24C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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