#FADC67

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

Shades of Dandelion #FADC67

Tints of Dandelion #FADC67

Color information

#FADC67 (or 0xFADC67) is unknown color: approx Dandelion. HEX triplet: FA, DC and 67. RGB value is (250,220,103). Sum of RGB (Red+Green+Blue) = 250+220+103=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 103 (40.62% from 255 or 17.98% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC67 is #052398. Grayscale: #D8D8D8. Windows color (decimal): -336793 or 6806778. OLE color: 6806778.

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

Color convert

RGB250220103-
CMYK00.120.590.02
HSL47.76º93.63%69.22%-
HSV(B)47.76º58.8%98.04%-
XYZ67.4772.4923.27-
YUV215.6364.44152.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 220 (86.33% from 255) = 38.39%
BLUE value IS 103 (40.62% from 255) = 17.98%
R=43.63%
G=38.39%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022010300.120.590.0247.7693.6369.22
HexFADC670C3B2305e45
Octal37233414701473260136105
Binary11111010110111001100111011001110111011000010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADC67; }

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

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

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

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

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

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

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

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