#F0C863

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

Shades of Golden Sand #F0C863

Tints of Golden Sand #F0C863

Color information

#F0C863 (or 0xF0C863) is unknown color: approx Golden Sand. HEX triplet: F0, C8 and 63. RGB value is (240,200,99). Sum of RGB (Red+Green+Blue) = 240+200+99=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C863 is #0F379C. Grayscale: #C8C8C8. Windows color (decimal): -997277 or 6539504. OLE color: 6539504.

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

Color convert

RGB24020099-
CMYK00.170.590.06
HSL42.98º82.46%66.47%-
HSV(B)42.98º58.75%94.12%-
XYZ58.8460.7320.43-
YUV200.4570.75156.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.53%
GREEN value IS 200 (78.52% from 255) = 37.11%
BLUE value IS 99 (39.06% from 255) = 18.37%
R=44.53%
G=37.11%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402009900.170.590.0642.9882.4666.47
HexF0C8630113B62b5242
Octal36031014302173653122102
Binary1111000011001000110001101000111101111010101110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C863; }

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

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

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

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

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

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

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

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