#FDCD60

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

Shades of Dandelion #FDCD60

Tints of Dandelion #FDCD60

Color information

#FDCD60 (or 0xFDCD60) is unknown color: approx Dandelion. HEX triplet: FD, CD and 60. RGB value is (253,205,96). Sum of RGB (Red+Green+Blue) = 253+205+96=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD60 is #02329F. Grayscale: #CFCFCF. Windows color (decimal): -144032 or 6344189. OLE color: 6344189.

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

Color convert

RGB25320596-
CMYK00.190.620.01
HSL41.66º97.52%68.43%-
HSV(B)41.66º62.06%99.22%-
XYZ64.4565.3920.29-
YUV206.9365.4160.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.67%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 96 (37.89% from 255) = 17.33%
R=45.67%
G=37.00%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532059600.190.620.0141.6697.5268.43
HexFDCD600133E12a6244
Octal37531514002376152142104
Binary11111101110011011100000010011111110110101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCD60; }

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

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

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

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

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

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

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

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