#F0D96F

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

Shades of Golden Sand #F0D96F

Tints of Golden Sand #F0D96F

Color information

#F0D96F (or 0xF0D96F) is unknown color: approx Golden Sand. HEX triplet: F0, D9 and 6F. RGB value is (240,217,111). Sum of RGB (Red+Green+Blue) = 240+217+111=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 111 (43.75% from 255 or 19.54% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D96F is #0F2690. Grayscale: #D4D4D4. Windows color (decimal): -992913 or 7330288. OLE color: 7330288.

HSL color Cylindrical-coordinate representation of color #F0D96F: hue angle of 49.3º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0D96F is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB240217111-
CMYK00.100.540.06
HSL49.3º81.13%68.82%-
HSV(B)49.3º53.75%94.12%-
XYZ63.6269.325.06-
YUV211.7971.12148.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.25%
GREEN value IS 217 (85.16% from 255) = 38.20%
BLUE value IS 111 (43.75% from 255) = 19.54%
R=42.25%
G=38.20%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021711100.100.540.0649.381.1368.82
HexF0D96F0A366315145
Octal36033115701266661121105
Binary111100001101100111011110101011011011011000110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D96F; }

 p { color: rgb(240,217,111); }

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

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

 a { background-color: rgb(240,217,111); }

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

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

 span { border-color: rgb(240,217,111); }

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