Html Css Color HEX #F14C11 Vermilion

📋 copy color: '#F14C11'

red 241 ◦ green 76 ◦ blue 17

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

Shades of Vermilion #F14C11

Tints of Vermilion #F14C11

RGB

 RED value IS 241 (94.53% from 255) = 72.16%

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

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

R = 72.16%
G = 22.75%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F14C11 (or 0xF14C11) is known color: Vermilion. HEX triplet: F1, 4C and 11. RGB value is (241,76,17). Sum of RGB (Red+Green+Blue) = 241+76+17=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14C11 is #0EB3EE. Grayscale: #777777. Windows color (decimal): -963567 or 1133809. OLE color: 1133809.

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

Color convert

RGB 241 76 17 -
CMYK 0 0.68 0.93 0.05
HSL 15.8º 0.89% 0.51% -
HSV(B) 15.8º 0.93% 0.95% -
XYZ 38.96 23.91 3.09 -
YUV 118.61 70.66 215.3 -
System Red Green Blue C M Y K H S L
Decimal 241 76 17 0 0.68 0.93 0.05 15.8 0.89 0.51
Hex F1 4C 11 0 44 5D 5 10 59 33
Octal 361 114 21 0 104 135 5 20 131 63
Binary 11110001 1001100 10001 0 1000100 1011101 101 10000 1011001 110011

Color Harmonies of #F14C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C11

Black with #F14C11

Text Example


Text Example

White with #F14C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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