Html Css Color HEX #FE4D00 Vermilion

📋 copy color: '#FE4D00'

red 254 ◦ green 77 ◦ blue 0

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

Shades of Vermilion #FE4D00

Tints of Vermilion #FE4D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.74%
G = 23.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE4D00 (or 0xFE4D00) is known color: Vermilion. HEX triplet: FE, 4D and 00. RGB value is (254,77,0). Sum of RGB (Red+Green+Blue) = 254+77+0=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4D00 is #01B2FF. Grayscale: #797979. Windows color (decimal): -111360 or 19966. OLE color: 19966.

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

Color convert

RGB 254 77 0 -
CMYK 0 0.70 1 0.00
HSL 18.19º 1% 0.5% -
HSV(B) 18.19º 1% 1% -
XYZ 43.53 26.38 2.8 -
YUV 121.15 59.64 222.76 -
System Red Green Blue C M Y K H S L
Decimal 254 77 0 0 0.70 1 0.00 18.19 1 0.5
Hex FE 4D 0 0 46 64 0 12 64 32
Octal 376 115 0 0 106 144 0 22 144 62
Binary 11111110 1001101 0 0 1000110 1100100 0 10010 1100100 110010

Color Harmonies of #FE4D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4D00

Black with #FE4D00

Text Example


Text Example

White with #FE4D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4D00; }

 p { color: rgb(254,77,0); }

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

background-color css

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

 a { background-color: rgb(254,77,0); }

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

border-color css

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

 span { border-color: rgb(254,77,0); }

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