#F0D563

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

Shades of Golden Sand #F0D563

Tints of Golden Sand #F0D563

Color information

#F0D563 (or 0xF0D563) is unknown color: approx Golden Sand. HEX triplet: F0, D5 and 63. RGB value is (240,213,99). Sum of RGB (Red+Green+Blue) = 240+213+99=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 99 (39.06% from 255 or 17.93% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D563 is #0F2A9C. Grayscale: #D0D0D0. Windows color (decimal): -993949 or 6542832. OLE color: 6542832.

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

Color convert

RGB24021399-
CMYK00.110.590.06
HSL48.51º82.46%66.47%-
HSV(B)48.51º58.75%94.12%-
XYZ61.9867.0121.47-
YUV208.0866.45150.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.48%
GREEN value IS 213 (83.59% from 255) = 38.59%
BLUE value IS 99 (39.06% from 255) = 17.93%
R=43.48%
G=38.59%
B=17.93%

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
Decimal2402139900.110.590.0648.5182.4666.47
HexF0D5630B3B6315242
Octal36032514301373661122102
Binary111100001101010111000110101111101111011000110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D563; }

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

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

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

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

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

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

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

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