#FDD160

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

Shades of Dandelion #FDD160

Tints of Dandelion #FDD160

Color information

#FDD160 (or 0xFDD160) is unknown color: approx Dandelion. HEX triplet: FD, D1 and 60. RGB value is (253,209,96). Sum of RGB (Red+Green+Blue) = 253+209+96=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD160 is #022E9F. Grayscale: #D1D1D1. Windows color (decimal): -143008 or 6345213. OLE color: 6345213.

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

Color convert

RGB25320996-
CMYK00.170.620.01
HSL43.18º97.52%68.43%-
HSV(B)43.18º62.06%99.22%-
XYZ65.4267.3320.61-
YUV209.2764.08159.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.34%
GREEN value IS 209 (82.03% from 255) = 37.46%
BLUE value IS 96 (37.89% from 255) = 17.20%
R=45.34%
G=37.46%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532099600.170.620.0143.1897.5268.43
HexFDD1600113E12b6244
Octal37532114002176153142104
Binary11111101110100011100000010001111110110101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD160; }

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

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

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

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

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

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

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

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