#FADD5F

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

Shades of Dandelion #FADD5F

Tints of Dandelion #FADD5F

Color information

#FADD5F (or 0xFADD5F) is unknown color: approx Dandelion. HEX triplet: FA, DD and 5F. RGB value is (250,221,95). Sum of RGB (Red+Green+Blue) = 250+221+95=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 95 (37.5% from 255 or 16.78% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD5F is #0522A0. Grayscale: #D7D7D7. Windows color (decimal): -336545 or 6282746. OLE color: 6282746.

HSL color Cylindrical-coordinate representation of color #FADD5F: hue angle of 48.77º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FADD5F is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25022195-
CMYK00.120.620.02
HSL48.77º93.94%67.65%-
HSV(B)48.77º62%98.04%-
XYZ67.3572.8621.34-
YUV215.3160.11152.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.17%
GREEN value IS 221 (86.72% from 255) = 39.05%
BLUE value IS 95 (37.5% from 255) = 16.78%
R=44.17%
G=39.05%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502219500.120.620.0248.7793.9467.65
HexFADD5F0C3E2315e44
Octal37233513701476261136104
Binary11111010110111011011111011001111101011000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADD5F; }

 p { color: rgb(250,221,95); }

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

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

 a { background-color: rgb(250,221,95); }

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

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

 span { border-color: rgb(250,221,95); }

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