#FDDA5F

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

Shades of Dandelion #FDDA5F

Tints of Dandelion #FDDA5F

Color information

#FDDA5F (or 0xFDDA5F) is unknown color: approx Dandelion. HEX triplet: FD, DA and 5F. RGB value is (253,218,95). Sum of RGB (Red+Green+Blue) = 253+218+95=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 95 (37.5% from 255 or 16.78% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA5F is #0225A0. Grayscale: #D6D6D6. Windows color (decimal): -140705 or 6281981. OLE color: 6281981.

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

Color convert

RGB25321895-
CMYK00.140.620.01
HSL46.71º97.53%68.24%-
HSV(B)46.71º62.45%99.22%-
XYZ67.6471.8521.13-
YUV214.4460.6155.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.70%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 95 (37.5% from 255) = 16.78%
R=44.70%
G=38.52%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532189500.140.620.0146.7197.5368.24
HexFDDA5F0E3E12f6244
Octal37533213701676157142104
Binary1111110111011010101111101110111110110111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDA5F; }

 p { color: rgb(253,218,95); }

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

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

 a { background-color: rgb(253,218,95); }

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

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

 span { border-color: rgb(253,218,95); }

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