Html Css Color HEX #FEE401 Golden Yellow

📋 copy color: '#FEE401'

red 254 ◦ green 228 ◦ blue 1

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

Shades of Golden Yellow #FEE401

Tints of Golden Yellow #FEE401

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.2%

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

R = 52.59%
G = 47.2%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEE401 (or 0xFEE401) is known color: Golden Yellow. HEX triplet: FE, E4 and 01. RGB value is (254,228,1). Sum of RGB (Red+Green+Blue) = 254+228+1=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 1 (0.78% from 255 or 0.21% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE401 is #011BFE. Grayscale: #D2D2D2. Windows color (decimal): -72703 or 124158. OLE color: 124158.

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

Color convert

RGB 254 228 1 -
CMYK 0 0.10 1.00 0.00
HSL 53.83º 0.99% 0.5% -
HSV(B) 53.83º 1% 1% -
XYZ 68.62 76.56 11.19 -
YUV 209.9 10.11 159.46 -
System Red Green Blue C M Y K H S L
Decimal 254 228 1 0 0.10 1.00 0.00 53.83 0.99 0.5
Hex FE E4 1 0 A 64 0 36 63 32
Octal 376 344 1 0 12 144 0 66 143 62
Binary 11111110 11100100 1 0 1010 1100100 0 110110 1100011 110010

Color Harmonies of #FEE401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE401

Black with #FEE401

Text Example


Text Example

White with #FEE401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE401; }

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

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

background-color css

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

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

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

border-color css

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

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

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