Html Css Color HEX #FEE506 Golden Yellow

📋 copy color: '#FEE506'

red 254 ◦ green 229 ◦ blue 6

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

Shades of Golden Yellow #FEE506

Tints of Golden Yellow #FEE506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.23%

R = 51.94%
G = 46.83%
B = 1.23%

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

#FEE506 (or 0xFEE506) is known color: Golden Yellow. HEX triplet: FE, E5 and 06. RGB value is (254,229,6). Sum of RGB (Red+Green+Blue) = 254+229+6=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 6 (2.73% from 255 or 1.23% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE506 is #011AF9. Grayscale: #D3D3D3. Windows color (decimal): -72442 or 452094. OLE color: 452094.

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

Color convert

RGB 254 229 6 -
CMYK 0 0.10 0.98 0.00
HSL 53.95º 0.99% 0.51% -
HSV(B) 53.95º 0.98% 1% -
XYZ 68.93 77.12 11.43 -
YUV 211.05 12.28 158.63 -
System Red Green Blue C M Y K H S L
Decimal 254 229 6 0 0.10 0.98 0.00 53.95 0.99 0.51
Hex FE E5 6 0 A 62 0 36 63 33
Octal 376 345 6 0 12 142 0 66 143 63
Binary 11111110 11100101 110 0 1010 1100010 0 110110 1100011 110011

Color Harmonies of #FEE506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE506

Black with #FEE506

Text Example


Text Example

White with #FEE506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE506; }

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

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

background-color css

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

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

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

border-color css

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

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

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