#FACE65

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

Shades of Dandelion #FACE65

Tints of Dandelion #FACE65

Color information

#FACE65 (or 0xFACE65) is unknown color: approx Dandelion. HEX triplet: FA, CE and 65. RGB value is (250,206,101). Sum of RGB (Red+Green+Blue) = 250+206+101=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE65 is #05319A. Grayscale: #CFCFCF. Windows color (decimal): -340379 or 6672122. OLE color: 6672122.

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

Color convert

RGB250206101-
CMYK00.180.600.02
HSL42.28º93.71%68.82%-
HSV(B)42.28º59.6%98.04%-
XYZ63.8465.4121.57-
YUV207.1968.08158.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.88%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 101 (39.84% from 255) = 18.13%
R=44.88%
G=36.98%
B=18.13%

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
Decimal25020610100.180.600.0242.2893.7168.82
HexFACE650123C22a5e45
Octal37231614502274252136105
Binary111110101100111011001010100101111001010101010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACE65; }

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

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

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

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

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

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

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

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