Html Css Color HEX #FEE501 Golden Yellow

📋 copy color: '#FEE501'

red 254 ◦ green 229 ◦ blue 1

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

Shades of Golden Yellow #FEE501

Tints of Golden Yellow #FEE501

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.31%

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

R = 52.48%
G = 47.31%
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

#FEE501 (or 0xFEE501) is known color: Golden Yellow. HEX triplet: FE, E5 and 01. RGB value is (254,229,1). Sum of RGB (Red+Green+Blue) = 254+229+1=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 1 (0.78% from 255 or 0.21% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE501 is #011AFE. Grayscale: #D3D3D3. Windows color (decimal): -72447 or 124414. OLE color: 124414.

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

Color convert

RGB 254 229 1 -
CMYK 0 0.10 1.00 0.00
HSL 54.07º 0.99% 0.5% -
HSV(B) 54.07º 1% 1% -
XYZ 68.9 77.11 11.28 -
YUV 210.48 9.78 159.04 -
System Red Green Blue C M Y K H S L
Decimal 254 229 1 0 0.10 1.00 0.00 54.07 0.99 0.5
Hex FE E5 1 0 A 64 0 36 63 32
Octal 376 345 1 0 12 144 0 66 143 62
Binary 11111110 11100101 1 0 1010 1100100 0 110110 1100011 110010

Color Harmonies of #FEE501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE501

Black with #FEE501

Text Example


Text Example

White with #FEE501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE501; }

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

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

background-color css

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

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

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

border-color css

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

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

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