Html Css Color HEX #FDD500 Gold

📋 copy color: '#FDD500'

red 253 ◦ green 213 ◦ blue 0

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

Shades of Gold #FDD500

Tints of Gold #FDD500

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.71%

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

R = 54.29%
G = 45.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDD500 (or 0xFDD500) is known color: Gold. HEX triplet: FD, D5 and 00. RGB value is (253,213,0). Sum of RGB (Red+Green+Blue) = 253+213+0=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 0 (0.39% from 255 or 0% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD500 is #022AFF. Grayscale: #C9C9C9. Windows color (decimal): -142080 or 54781. OLE color: 54781.

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

Color convert

RGB 253 213 0 -
CMYK 0 0.16 1 0.01
HSL 50.51º 1% 0.5% -
HSV(B) 50.51º 1% 0.99% -
XYZ 64.3 68.47 9.83 -
YUV 200.68 14.75 165.32 -
System Red Green Blue C M Y K H S L
Decimal 253 213 0 0 0.16 1 0.01 50.51 1 0.5
Hex FD D5 0 0 10 64 1 33 64 32
Octal 375 325 0 0 20 144 1 63 144 62
Binary 11111101 11010101 0 0 10000 1100100 1 110011 1100100 110010

Color Harmonies of #FDD500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD500

Black with #FDD500

Text Example


Text Example

White with #FDD500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD500; }

 p { color: rgb(253,213,0); }

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

background-color css

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

 a { background-color: rgb(253,213,0); }

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

border-color css

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

 span { border-color: rgb(253,213,0); }

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