#FDD40F

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

Shades of Gold #FDD40F

Tints of Gold #FDD40F

Color information

#FDD40F (or 0xFDD40F) is unknown color: approx Gold. HEX triplet: FD, D4 and 0F. RGB value is (253,212,15). Sum of RGB (Red+Green+Blue) = 253+212+15=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 15 (6.25% from 255 or 3.12% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD40F is #022BF0. Grayscale: #CACACA. Windows color (decimal): -142321 or 1037565. OLE color: 1037565.

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

Color convert

RGB25321215-
CMYK00.160.940.01
HSL49.66º98.35%52.55%-
HSV(B)49.66º94.07%99.22%-
XYZ64.146810.2-
YUV201.822.58164.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.71%
GREEN value IS 212 (83.20% from 255) = 44.17%
BLUE value IS 15 (6.25% from 255) = 3.12%
R=52.71%
G=44.17%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532121500.160.940.0149.6698.3552.55
HexFDD4F0105E1326235
Octal3753241702013616214265
Binary11111101110101001111010000101111011100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD40F; }

 p { color: rgb(253,212,15); }

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

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

 a { background-color: rgb(253,212,15); }

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

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

 span { border-color: rgb(253,212,15); }

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