Html Css Color HEX #F14C0E Vermilion

📋 copy color: '#F14C0E'

red 241 ◦ green 76 ◦ blue 14

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

Shades of Vermilion #F14C0E

Tints of Vermilion #F14C0E

RGB

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

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

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

R = 72.81%
G = 22.96%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F14C0E (or 0xF14C0E) is known color: Vermilion. HEX triplet: F1, 4C and 0E. RGB value is (241,76,14). Sum of RGB (Red+Green+Blue) = 241+76+14=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14C0E is #0EB3F1. Grayscale: #767676. Windows color (decimal): -963570 or 937201. OLE color: 937201.

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

Color convert

RGB 241 76 14 -
CMYK 0 0.68 0.94 0.05
HSL 16.39º 0.89% 0.5% -
HSV(B) 16.39º 0.94% 0.95% -
XYZ 38.94 23.9 2.98 -
YUV 118.27 69.16 215.54 -
System Red Green Blue C M Y K H S L
Decimal 241 76 14 0 0.68 0.94 0.05 16.39 0.89 0.5
Hex F1 4C E 0 44 5E 5 10 59 32
Octal 361 114 16 0 104 136 5 20 131 62
Binary 11110001 1001100 1110 0 1000100 1011110 101 10000 1011001 110010

Color Harmonies of #F14C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C0E

Black with #F14C0E

Text Example


Text Example

White with #F14C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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