#FADA69

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

Shades of Dandelion #FADA69

Tints of Dandelion #FADA69

Color information

#FADA69 (or 0xFADA69) is unknown color: approx Dandelion. HEX triplet: FA, DA and 69. RGB value is (250,218,105). Sum of RGB (Red+Green+Blue) = 250+218+105=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 105 (41.41% from 255 or 18.32% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA69 is #052596. Grayscale: #D7D7D7. Windows color (decimal): -337303 or 6937338. OLE color: 6937338.

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

Color convert

RGB250218105-
CMYK00.130.580.02
HSL46.76º93.55%69.61%-
HSV(B)46.76º58%98.04%-
XYZ67.0571.4923.63-
YUV214.6966.1153.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 105 (41.41% from 255) = 18.32%
R=43.63%
G=38.05%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021810500.130.580.0246.7693.5569.61
HexFADA690D3A22f5e46
Octal37233215101572257136106
Binary11111010110110101101001011011110101010111110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADA69; }

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

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

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

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

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

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

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

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