Html Css Color HEX #F14D0E Vermilion

📋 copy color: '#F14D0E'

red 241 ◦ green 77 ◦ blue 14

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

Shades of Vermilion #F14D0E

Tints of Vermilion #F14D0E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.19%

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

R = 72.59%
G = 23.19%
B = 4.22%

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

#F14D0E (or 0xF14D0E) is known color: Vermilion. HEX triplet: F1, 4D and 0E. RGB value is (241,77,14). Sum of RGB (Red+Green+Blue) = 241+77+14=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14D0E is #0EB2F1. Grayscale: #777777. Windows color (decimal): -963314 or 937457. OLE color: 937457.

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

Color convert

RGB 241 77 14 -
CMYK 0 0.68 0.94 0.05
HSL 16.65º 0.89% 0.5% -
HSV(B) 16.65º 0.94% 0.95% -
XYZ 39.01 24.04 3 -
YUV 118.85 68.83 215.12 -
System Red Green Blue C M Y K H S L
Decimal 241 77 14 0 0.68 0.94 0.05 16.65 0.89 0.5
Hex F1 4D E 0 44 5E 5 11 59 32
Octal 361 115 16 0 104 136 5 21 131 62
Binary 11110001 1001101 1110 0 1000100 1011110 101 10001 1011001 110010

Color Harmonies of #F14D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D0E

Black with #F14D0E

Text Example


Text Example

White with #F14D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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