Html Css Color HEX #FE501B Vermilion

📋 copy color: '#FE501B'

red 254 ◦ green 80 ◦ blue 27

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

Shades of Vermilion #FE501B

Tints of Vermilion #FE501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.16%

 BLUE value IS 27 (10.94% from 255) = 7.48%

R = 70.36%
G = 22.16%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE501B (or 0xFE501B) is known color: Vermilion. HEX triplet: FE, 50 and 1B. RGB value is (254,80,27). Sum of RGB (Red+Green+Blue) = 254+80+27=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE501B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE501B is #01AFE4. Grayscale: #7E7E7E. Windows color (decimal): -110565 or 1790206. OLE color: 1790206.

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

Color convert

RGB 254 80 27 -
CMYK 0 0.69 0.89 0.00
HSL 14.01º 0.99% 0.55% -
HSV(B) 14.01º 0.89% 1% -
XYZ 43.94 26.89 3.91 -
YUV 125.98 72.15 219.31 -
System Red Green Blue C M Y K H S L
Decimal 254 80 27 0 0.69 0.89 0.00 14.01 0.99 0.55
Hex FE 50 1B 0 45 59 0 E 63 37
Octal 376 120 33 0 105 131 0 16 143 67
Binary 11111110 1010000 11011 0 1000101 1011001 0 1110 1100011 110111

Color Harmonies of #FE501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE501B

Black with #FE501B

Text Example


Text Example

White with #FE501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE501B; }

 p { color: rgb(254,80,27); }

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

background-color css

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

 a { background-color: rgb(254,80,27); }

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

border-color css

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

 span { border-color: rgb(254,80,27); }

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