#FADC65

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

Shades of Dandelion #FADC65

Tints of Dandelion #FADC65

Color information

#FADC65 (or 0xFADC65) is unknown color: approx Dandelion. HEX triplet: FA, DC and 65. RGB value is (250,220,101). Sum of RGB (Red+Green+Blue) = 250+220+101=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 101 (39.84% from 255 or 17.69% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC65 is #05239A. Grayscale: #D7D7D7. Windows color (decimal): -336795 or 6675706. OLE color: 6675706.

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

Color convert

RGB250220101-
CMYK00.120.600.02
HSL47.92º93.71%68.82%-
HSV(B)47.92º59.6%98.04%-
XYZ67.3772.4522.75-
YUV215.463.44152.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 101 (39.84% from 255) = 17.69%
R=43.78%
G=38.53%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022010100.120.600.0247.9293.7168.82
HexFADC650C3C2305e45
Octal37233414501474260136105
Binary11111010110111001100101011001111001011000010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADC65; }

 p { color: rgb(250,220,101); }

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

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

 a { background-color: rgb(250,220,101); }

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

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

 span { border-color: rgb(250,220,101); }

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