#FDD85C

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

Shades of Dandelion #FDD85C

Tints of Dandelion #FDD85C

Color information

#FDD85C (or 0xFDD85C) is unknown color: approx Dandelion. HEX triplet: FD, D8 and 5C. RGB value is (253,216,92). Sum of RGB (Red+Green+Blue) = 253+216+92=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 92 (36.33% from 255 or 16.40% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD85C is #0227A3. Grayscale: #D5D5D5. Windows color (decimal): -141220 or 6084861. OLE color: 6084861.

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

Color convert

RGB25321692-
CMYK00.150.640.01
HSL46.21º97.58%67.65%-
HSV(B)46.21º63.64%99.22%-
XYZ6770.7720.25-
YUV212.9359.76156.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.10%
GREEN value IS 216 (84.77% from 255) = 38.50%
BLUE value IS 92 (36.33% from 255) = 16.40%
R=45.10%
G=38.50%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532169200.150.640.0146.2197.5867.65
HexFDD85C0F4012e6244
Octal375330134017100156142104
Binary11111101110110001011100011111000000110111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD85C; }

 p { color: rgb(253,216,92); }

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

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

 a { background-color: rgb(253,216,92); }

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

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

 span { border-color: rgb(253,216,92); }

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