Html Css Color HEX #FE501C Vermilion

📋 copy color: '#FE501C'

red 254 ◦ green 80 ◦ blue 28

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

Shades of Vermilion #FE501C

Tints of Vermilion #FE501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.73%

R = 70.17%
G = 22.1%
B = 7.73%

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

#FE501C (or 0xFE501C) is known color: Vermilion. HEX triplet: FE, 50 and 1C. RGB value is (254,80,28). Sum of RGB (Red+Green+Blue) = 254+80+28=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE501C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE501C is #01AFE3. Grayscale: #7E7E7E. Windows color (decimal): -110564 or 1855742. OLE color: 1855742.

HSL color Cylindrical-coordinate representation of color #FE501C: hue angle of 13.81º 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 #FE501C is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 80 28 -
CMYK 0 0.69 0.89 0.00
HSL 13.81º 0.99% 0.55% -
HSV(B) 13.81º 0.89% 1% -
XYZ 43.95 26.89 3.97 -
YUV 126.1 72.65 219.23 -
System Red Green Blue C M Y K H S L
Decimal 254 80 28 0 0.69 0.89 0.00 13.81 0.99 0.55
Hex FE 50 1C 0 45 59 0 E 63 37
Octal 376 120 34 0 105 131 0 16 143 67
Binary 11111110 1010000 11100 0 1000101 1011001 0 1110 1100011 110111

Color Harmonies of #FE501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE501C

Black with #FE501C

Text Example


Text Example

White with #FE501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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