#FFD500

Color #FFD500 Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold #FFD500

Tints of Gold #FFD500

Color information

#FFD500 (or 0xFFD500) is unknown color: approx Gold. HEX triplet: FF, D5 and 00. RGB value is (255,213,0). Sum of RGB (Red+Green+Blue) = 255+213+0=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 0 (0.39% from 255 or 0% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD500 is #002AFF. Grayscale: #CACACA. Windows color (decimal): -11008 or 54783. OLE color: 54783.

HSL color Cylindrical-coordinate representation of color #FFD500: hue angle of 50.12º 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 #FFD500 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2552130-
CMYK00.1610
HSL50.12º100%50%-
HSV(B)50.12º100%100%-
XYZ65.0368.859.86-
YUV201.2814.41166.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.49%
GREEN value IS 213 (83.59% from 255) = 45.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.49%
G=45.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255213000.161050.1210050
HexFFD50010640326432
Octal377325002014406214462
Binary11111111110101010010000110010001100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD500; }

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

 H1.HeaderClassName
 {
   color: #FFD500;
 }
 .AnyTagClassName
 {
   color: #FFD500;
 }
</style>
background-color css

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

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

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

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

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

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