Html Css Color HEX #FEA401 Orange

📋 copy color: '#FEA401'

red 254 ◦ green 164 ◦ blue 1

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

Shades of Orange #FEA401

Tints of Orange #FEA401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.14%

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

R = 60.62%
G = 39.14%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEA401 (or 0xFEA401) is known color: Orange. HEX triplet: FE, A4 and 01. RGB value is (254,164,1). Sum of RGB (Red+Green+Blue) = 254+164+1=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA401 is #015BFE. Grayscale: #ADADAD. Windows color (decimal): -89087 or 107774. OLE color: 107774.

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

Color convert

RGB 254 164 1 -
CMYK 0 0.35 1.00 0.00
HSL 38.66º 0.99% 0.5% -
HSV(B) 38.66º 1% 1% -
XYZ 54.15 47.62 6.37 -
YUV 172.33 31.32 186.25 -
System Red Green Blue C M Y K H S L
Decimal 254 164 1 0 0.35 1.00 0.00 38.66 0.99 0.5
Hex FE A4 1 0 23 64 0 27 63 32
Octal 376 244 1 0 43 144 0 47 143 62
Binary 11111110 10100100 1 0 100011 1100100 0 100111 1100011 110010

Color Harmonies of #FEA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA401

Black with #FEA401

Text Example


Text Example

White with #FEA401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA401; }

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

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

background-color css

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

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

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

border-color css

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

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

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