Html Css Color HEX #F04C11 Vermilion

📋 copy color: '#F04C11'

red 240 ◦ green 76 ◦ blue 17

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

Shades of Vermilion #F04C11

Tints of Vermilion #F04C11

RGB

 RED value IS 240 (94.14% from 255) = 72.07%

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

 BLUE value IS 17 (7.03% from 255) = 5.11%

R = 72.07%
G = 22.82%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F04C11 (or 0xF04C11) is known color: Vermilion. HEX triplet: F0, 4C and 11. RGB value is (240,76,17). Sum of RGB (Red+Green+Blue) = 240+76+17=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04C11 is #0FB3EE. Grayscale: #767676. Windows color (decimal): -1029103 or 1133808. OLE color: 1133808.

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

Color convert

RGB 240 76 17 -
CMYK 0 0.68 0.93 0.06
HSL 15.87º 0.88% 0.5% -
HSV(B) 15.87º 0.93% 0.94% -
XYZ 38.62 23.73 3.08 -
YUV 118.31 70.83 214.8 -
System Red Green Blue C M Y K H S L
Decimal 240 76 17 0 0.68 0.93 0.06 15.87 0.88 0.5
Hex F0 4C 11 0 44 5D 6 10 58 32
Octal 360 114 21 0 104 135 6 20 130 62
Binary 11110000 1001100 10001 0 1000100 1011101 110 10000 1011000 110010

Color Harmonies of #F04C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C11

Black with #F04C11

Text Example


Text Example

White with #F04C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C11; }

 p { color: rgb(240,76,17); }

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

background-color css

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

 a { background-color: rgb(240,76,17); }

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

border-color css

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

 span { border-color: rgb(240,76,17); }

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