#FDD060

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

Shades of Dandelion #FDD060

Tints of Dandelion #FDD060

Color information

#FDD060 (or 0xFDD060) is unknown color: approx Dandelion. HEX triplet: FD, D0 and 60. RGB value is (253,208,96). Sum of RGB (Red+Green+Blue) = 253+208+96=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 96 (37.89% from 255 or 17.24% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD060 is #022F9F. Grayscale: #D1D1D1. Windows color (decimal): -143264 or 6344957. OLE color: 6344957.

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

Color convert

RGB25320896-
CMYK00.180.620.01
HSL42.8º97.52%68.43%-
HSV(B)42.8º62.06%99.22%-
XYZ65.1866.8420.53-
YUV208.6964.41159.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.42%
GREEN value IS 208 (81.64% from 255) = 37.34%
BLUE value IS 96 (37.89% from 255) = 17.24%
R=45.42%
G=37.34%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532089600.180.620.0142.897.5268.43
HexFDD0600123E12b6244
Octal37532014002276153142104
Binary11111101110100001100000010010111110110101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD060; }

 p { color: rgb(253,208,96); }

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

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

 a { background-color: rgb(253,208,96); }

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

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

 span { border-color: rgb(253,208,96); }

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