#FACD65

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

Shades of Dandelion #FACD65

Tints of Dandelion #FACD65

Color information

#FACD65 (or 0xFACD65) is unknown color: approx Dandelion. HEX triplet: FA, CD and 65. RGB value is (250,205,101). Sum of RGB (Red+Green+Blue) = 250+205+101=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD65 is #05329A. Grayscale: #CFCFCF. Windows color (decimal): -340635 or 6671866. OLE color: 6671866.

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

Color convert

RGB250205101-
CMYK00.180.600.02
HSL41.88º93.71%68.82%-
HSV(B)41.88º59.6%98.04%-
XYZ63.664.9321.49-
YUV206.668.41158.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.96%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 101 (39.84% from 255) = 18.17%
R=44.96%
G=36.87%
B=18.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020510100.180.600.0241.8893.7168.82
HexFACD650123C22a5e45
Octal37231514502274252136105
Binary111110101100110111001010100101111001010101010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD65; }

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

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

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

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

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

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

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

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