Html Css Color HEX #F14C12 Vermilion

📋 copy color: '#F14C12'

red 241 ◦ green 76 ◦ blue 18

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

Shades of Vermilion #F14C12

Tints of Vermilion #F14C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.37%

R = 71.94%
G = 22.69%
B = 5.37%

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

#F14C12 (or 0xF14C12) is known color: Vermilion. HEX triplet: F1, 4C and 12. RGB value is (241,76,18). Sum of RGB (Red+Green+Blue) = 241+76+18=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14C12 is #0EB3ED. Grayscale: #777777. Windows color (decimal): -963566 or 1199345. OLE color: 1199345.

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

Color convert

RGB 241 76 18 -
CMYK 0 0.68 0.93 0.05
HSL 15.61º 0.89% 0.51% -
HSV(B) 15.61º 0.93% 0.95% -
XYZ 38.97 23.91 3.13 -
YUV 118.72 71.16 215.22 -
System Red Green Blue C M Y K H S L
Decimal 241 76 18 0 0.68 0.93 0.05 15.61 0.89 0.51
Hex F1 4C 12 0 44 5D 5 10 59 33
Octal 361 114 22 0 104 135 5 20 131 63
Binary 11110001 1001100 10010 0 1000100 1011101 101 10000 1011001 110011

Color Harmonies of #F14C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C12

Black with #F14C12

Text Example


Text Example

White with #F14C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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