#FADD67

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

Shades of Dandelion #FADD67

Tints of Dandelion #FADD67

Color information

#FADD67 (or 0xFADD67) is unknown color: approx Dandelion. HEX triplet: FA, DD and 67. RGB value is (250,221,103). Sum of RGB (Red+Green+Blue) = 250+221+103=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 103 (40.62% from 255 or 17.94% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD67 is #052298. Grayscale: #D8D8D8. Windows color (decimal): -336537 or 6807034. OLE color: 6807034.

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

Color convert

RGB250221103-
CMYK00.120.590.02
HSL48.16º93.63%69.22%-
HSV(B)48.16º58.8%98.04%-
XYZ67.7373.0223.36-
YUV216.2264.11152.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 221 (86.72% from 255) = 38.50%
BLUE value IS 103 (40.62% from 255) = 17.94%
R=43.55%
G=38.50%
B=17.94%

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
Decimal25022110300.120.590.0248.1693.6369.22
HexFADD670C3B2305e45
Octal37233514701473260136105
Binary11111010110111011100111011001110111011000010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADD67; }

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

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

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

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

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

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

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

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