Html Css Color HEX #FDE506 Golden Yellow

📋 copy color: '#FDE506'

red 253 ◦ green 229 ◦ blue 6

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

Shades of Golden Yellow #FDE506

Tints of Golden Yellow #FDE506

RGB

 RED value IS 253 (99.22% from 255) = 51.84%

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

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

R = 51.84%
G = 46.93%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDE506 (or 0xFDE506) is known color: Golden Yellow. HEX triplet: FD, E5 and 06. RGB value is (253,229,6). Sum of RGB (Red+Green+Blue) = 253+229+6=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 6 (2.73% from 255 or 1.23% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE506 is #021AF9. Grayscale: #D3D3D3. Windows color (decimal): -137978 or 452093. OLE color: 452093.

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

Color convert

RGB 253 229 6 -
CMYK 0 0.09 0.98 0.01
HSL 54.17º 0.98% 0.51% -
HSV(B) 54.17º 0.98% 0.99% -
XYZ 68.56 76.93 11.41 -
YUV 210.75 12.45 158.13 -
System Red Green Blue C M Y K H S L
Decimal 253 229 6 0 0.09 0.98 0.01 54.17 0.98 0.51
Hex FD E5 6 0 9 62 1 36 62 33
Octal 375 345 6 0 11 142 1 66 142 63
Binary 11111101 11100101 110 0 1001 1100010 1 110110 1100010 110011

Color Harmonies of #FDE506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE506

Black with #FDE506

Text Example


Text Example

White with #FDE506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE506; }

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

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

background-color css

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

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

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

border-color css

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

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

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