#FDD70E

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

Shades of Gold #FDD70E

Tints of Gold #FDD70E

Color information

#FDD70E (or 0xFDD70E) is unknown color: approx Gold. HEX triplet: FD, D7 and 0E. RGB value is (253,215,14). Sum of RGB (Red+Green+Blue) = 253+215+14=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 14 (5.86% from 255 or 2.90% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD70E is #0228F1. Grayscale: #CCCCCC. Windows color (decimal): -141554 or 972797. OLE color: 972797.

HSL color Cylindrical-coordinate representation of color #FDD70E: hue angle of 50.46º 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 #FDD70E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB25321514-
CMYK00.150.940.01
HSL50.46º98.35%52.35%-
HSV(B)50.46º94.47%99.22%-
XYZ64.8969.5210.41-
YUV203.4521.09163.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.49%
GREEN value IS 215 (84.38% from 255) = 44.61%
BLUE value IS 14 (5.86% from 255) = 2.90%
R=52.49%
G=44.61%
B=2.90%

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
Decimal2532151400.150.940.0150.4698.3552.35
HexFDD7E0F5E1326234
Octal3753271601713616214264
Binary1111110111010111111001111101111011100101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD70E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD70E; }

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

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

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

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

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

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

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

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