Html Css Color HEX #FEE504 Golden Yellow

📋 copy color: '#FEE504'

red 254 ◦ green 229 ◦ blue 4

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

Shades of Golden Yellow #FEE504

Tints of Golden Yellow #FEE504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.82%

R = 52.16%
G = 47.02%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEE504 (or 0xFEE504) is known color: Golden Yellow. HEX triplet: FE, E5 and 04. RGB value is (254,229,4). Sum of RGB (Red+Green+Blue) = 254+229+4=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 4 (1.95% from 255 or 0.82% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE504 is #011AFB. Grayscale: #D3D3D3. Windows color (decimal): -72444 or 321022. OLE color: 321022.

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

Color convert

RGB 254 229 4 -
CMYK 0 0.10 0.98 0.00
HSL 54º 0.99% 0.51% -
HSV(B) 54º 0.98% 1% -
XYZ 68.91 77.12 11.37 -
YUV 210.83 11.28 158.8 -
System Red Green Blue C M Y K H S L
Decimal 254 229 4 0 0.10 0.98 0.00 54 0.99 0.51
Hex FE E5 4 0 A 62 0 36 63 33
Octal 376 345 4 0 12 142 0 66 143 63
Binary 11111110 11100101 100 0 1010 1100010 0 110110 1100011 110011

Color Harmonies of #FEE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE504

Black with #FEE504

Text Example


Text Example

White with #FEE504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE504; }

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

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

background-color css

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

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

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

border-color css

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

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

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