Html Css Color HEX #FE4E14 Vermilion

📋 copy color: '#FE4E14'

red 254 ◦ green 78 ◦ blue 20

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

Shades of Vermilion #FE4E14

Tints of Vermilion #FE4E14

RGB

 RED value IS 254 (99.61% from 255) = 72.16%

 GREEN value IS 78 (30.86% from 255) = 22.16%

 BLUE value IS 20 (8.2% from 255) = 5.68%

R = 72.16%
G = 22.16%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE4E14 (or 0xFE4E14) is known color: Vermilion. HEX triplet: FE, 4E and 14. RGB value is (254,78,20). Sum of RGB (Red+Green+Blue) = 254+78+20=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4E14 is #01B1EB. Grayscale: #7C7C7C. Windows color (decimal): -111084 or 1330942. OLE color: 1330942.

HSL color Cylindrical-coordinate representation of color #FE4E14: hue angle of 14.87º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE4E14 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 78 20 -
CMYK 0 0.69 0.92 0.00
HSL 14.87º 0.99% 0.54% -
HSV(B) 14.87º 0.92% 1% -
XYZ 43.72 26.57 3.49 -
YUV 124.01 69.31 220.72 -
System Red Green Blue C M Y K H S L
Decimal 254 78 20 0 0.69 0.92 0.00 14.87 0.99 0.54
Hex FE 4E 14 0 45 5C 0 F 63 36
Octal 376 116 24 0 105 134 0 17 143 66
Binary 11111110 1001110 10100 0 1000101 1011100 0 1111 1100011 110110

Color Harmonies of #FE4E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4E14

Black with #FE4E14

Text Example


Text Example

White with #FE4E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4E14; }

 p { color: rgb(254,78,20); }

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

background-color css

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

 a { background-color: rgb(254,78,20); }

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

border-color css

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

 span { border-color: rgb(254,78,20); }

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