#FDD562

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

Shades of Dandelion #FDD562

Tints of Dandelion #FDD562

Color information

#FDD562 (or 0xFDD562) is unknown color: approx Dandelion. HEX triplet: FD, D5 and 62. RGB value is (253,213,98). Sum of RGB (Red+Green+Blue) = 253+213+98=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 98 (38.67% from 255 or 17.38% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD562 is #022A9D. Grayscale: #D4D4D4. Windows color (decimal): -141982 or 6477309. OLE color: 6477309.

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

Color convert

RGB25321398-
CMYK00.160.610.01
HSL44.52º97.48%68.82%-
HSV(B)44.52º61.26%99.22%-
XYZ66.5169.3521.44-
YUV211.8563.75157.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.86%
GREEN value IS 213 (83.59% from 255) = 37.77%
BLUE value IS 98 (38.67% from 255) = 17.38%
R=44.86%
G=37.77%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532139800.160.610.0144.5297.4868.82
HexFDD5620103D12d6145
Octal37532514202075155141105
Binary11111101110101011100010010000111101110110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD562; }

 p { color: rgb(253,213,98); }

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

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

 a { background-color: rgb(253,213,98); }

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

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

 span { border-color: rgb(253,213,98); }

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