Html Css Color HEX #FE4B01 Vermilion

📋 copy color: '#FE4B01'

red 254 ◦ green 75 ◦ blue 1

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

Shades of Vermilion #FE4B01

Tints of Vermilion #FE4B01

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.73%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 76.97%
G = 22.73%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE4B01 (or 0xFE4B01) is known color: Vermilion. HEX triplet: FE, 4B and 01. RGB value is (254,75,1). Sum of RGB (Red+Green+Blue) = 254+75+1=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4B01 is #01B4FE. Grayscale: #787878. Windows color (decimal): -111871 or 84990. OLE color: 84990.

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

Color convert

RGB 254 75 1 -
CMYK 0 0.70 1.00 0.00
HSL 17.55º 0.99% 0.5% -
HSV(B) 17.55º 1% 1% -
XYZ 43.39 26.11 2.78 -
YUV 120.09 60.8 223.52 -
System Red Green Blue C M Y K H S L
Decimal 254 75 1 0 0.70 1.00 0.00 17.55 0.99 0.5
Hex FE 4B 1 0 46 64 0 12 63 32
Octal 376 113 1 0 106 144 0 22 143 62
Binary 11111110 1001011 1 0 1000110 1100100 0 10010 1100011 110010

Color Harmonies of #FE4B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4B01

Black with #FE4B01

Text Example


Text Example

White with #FE4B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4B01; }

 p { color: rgb(254,75,1); }

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

background-color css

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

 a { background-color: rgb(254,75,1); }

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

border-color css

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

 span { border-color: rgb(254,75,1); }

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