Html Css Color HEX #FEE500 Golden Yellow

📋 copy color: '#FEE500'

red 254 ◦ green 229 ◦ blue 0

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

Shades of Golden Yellow #FEE500

Tints of Golden Yellow #FEE500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.59%
G = 47.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEE500 (or 0xFEE500) is known color: Golden Yellow. HEX triplet: FE, E5 and 00. RGB value is (254,229,0). Sum of RGB (Red+Green+Blue) = 254+229+0=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 0 (0.39% from 255 or 0% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE500 is #011AFF. Grayscale: #D3D3D3. Windows color (decimal): -72448 or 58878. OLE color: 58878.

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

Color convert

RGB 254 229 0 -
CMYK 0 0.10 1 0.00
HSL 54.09º 1% 0.5% -
HSV(B) 54.09º 1% 1% -
XYZ 68.89 77.11 11.25 -
YUV 210.37 9.28 159.12 -
System Red Green Blue C M Y K H S L
Decimal 254 229 0 0 0.10 1 0.00 54.09 1 0.5
Hex FE E5 0 0 A 64 0 36 64 32
Octal 376 345 0 0 12 144 0 66 144 62
Binary 11111110 11100101 0 0 1010 1100100 0 110110 1100100 110010

Color Harmonies of #FEE500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE500

Black with #FEE500

Text Example


Text Example

White with #FEE500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE500; }

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

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

background-color css

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

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

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

border-color css

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

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

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