#FADA5E

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

Shades of Dandelion #FADA5E

Tints of Dandelion #FADA5E

Color information

#FADA5E (or 0xFADA5E) is unknown color: approx Dandelion. HEX triplet: FA, DA and 5E. RGB value is (250,218,94). Sum of RGB (Red+Green+Blue) = 250+218+94=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 94 (37.11% from 255 or 16.73% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA5E is #0525A1. Grayscale: #D5D5D5. Windows color (decimal): -337314 or 6216442. OLE color: 6216442.

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

Color convert

RGB25021894-
CMYK00.130.620.02
HSL47.69º93.98%67.45%-
HSV(B)47.69º62.4%98.04%-
XYZ66.5271.2720.84-
YUV213.4360.6154.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 218 (85.55% from 255) = 38.79%
BLUE value IS 94 (37.11% from 255) = 16.73%
R=44.48%
G=38.79%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502189400.130.620.0247.6993.9867.45
HexFADA5E0D3E2305e43
Octal37233213601576260136103
Binary11111010110110101011110011011111101011000010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADA5E; }

 p { color: rgb(250,218,94); }

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

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

 a { background-color: rgb(250,218,94); }

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

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

 span { border-color: rgb(250,218,94); }

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