#F0D663

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

Shades of Golden Sand #F0D663

Tints of Golden Sand #F0D663

Color information

#F0D663 (or 0xF0D663) is unknown color: approx Golden Sand. HEX triplet: F0, D6 and 63. RGB value is (240,214,99). Sum of RGB (Red+Green+Blue) = 240+214+99=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 99 (39.06% from 255 or 17.90% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D663 is #0F299C. Grayscale: #D1D1D1. Windows color (decimal): -993693 or 6543088. OLE color: 6543088.

HSL color Cylindrical-coordinate representation of color #F0D663: hue angle of 48.94º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0D663 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB24021499-
CMYK00.110.590.06
HSL48.94º82.46%66.47%-
HSV(B)48.94º58.75%94.12%-
XYZ62.2367.5221.56-
YUV208.6666.11150.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.40%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 99 (39.06% from 255) = 17.90%
R=43.40%
G=38.70%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402149900.110.590.0648.9482.4666.47
HexF0D6630B3B6315242
Octal36032614301373661122102
Binary111100001101011011000110101111101111011000110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D663; }

 p { color: rgb(240,214,99); }

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

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

 a { background-color: rgb(240,214,99); }

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

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

 span { border-color: rgb(240,214,99); }

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