#FDD60E

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

Shades of Gold #FDD60E

Tints of Gold #FDD60E

Color information

#FDD60E (or 0xFDD60E) is unknown color: approx Gold. HEX triplet: FD, D6 and 0E. RGB value is (253,214,14). Sum of RGB (Red+Green+Blue) = 253+214+14=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 14 (5.86% from 255 or 2.91% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD60E is #0229F1. Grayscale: #CBCBCB. Windows color (decimal): -141810 or 972541. OLE color: 972541.

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

Color convert

RGB25321414-
CMYK00.150.940.01
HSL50.21º98.35%52.35%-
HSV(B)50.21º94.47%99.22%-
XYZ64.6369.0110.33-
YUV202.8621.42163.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.60%
GREEN value IS 214 (83.98% from 255) = 44.49%
BLUE value IS 14 (5.86% from 255) = 2.91%
R=52.60%
G=44.49%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532141400.150.940.0150.2198.3552.35
HexFDD6E0F5E1326234
Octal3753261601713616214264
Binary1111110111010110111001111101111011100101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD60E; }

 p { color: rgb(253,214,14); }

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

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

 a { background-color: rgb(253,214,14); }

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

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

 span { border-color: rgb(253,214,14); }

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