#FADE67

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

Shades of Dandelion #FADE67

Tints of Dandelion #FADE67

Color information

#FADE67 (or 0xFADE67) is unknown color: approx Dandelion. HEX triplet: FA, DE and 67. RGB value is (250,222,103). Sum of RGB (Red+Green+Blue) = 250+222+103=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 103 (40.62% from 255 or 17.91% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE67 is #052198. Grayscale: #D9D9D9. Windows color (decimal): -336281 or 6807290. OLE color: 6807290.

HSL color Cylindrical-coordinate representation of color #FADE67: hue angle of 48.57º 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 #FADE67 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB250222103-
CMYK00.110.590.02
HSL48.57º93.63%69.22%-
HSV(B)48.57º58.8%98.04%-
XYZ67.9973.5523.44-
YUV216.8163.78151.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 222 (87.11% from 255) = 38.61%
BLUE value IS 103 (40.62% from 255) = 17.91%
R=43.48%
G=38.61%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022210300.110.590.0248.5793.6369.22
HexFADE670B3B2315e45
Octal37233614701373261136105
Binary11111010110111101100111010111110111011000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADE67; }

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

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

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

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

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

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

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

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