#F0C865

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

Shades of Golden Sand #F0C865

Tints of Golden Sand #F0C865

Color information

#F0C865 (or 0xF0C865) is unknown color: approx Golden Sand. HEX triplet: F0, C8 and 65. RGB value is (240,200,101). Sum of RGB (Red+Green+Blue) = 240+200+101=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C865 is #0F379A. Grayscale: #C9C9C9. Windows color (decimal): -997275 or 6670576. OLE color: 6670576.

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

Color convert

RGB240200101-
CMYK00.170.580.06
HSL42.73º82.25%66.86%-
HSV(B)42.73º57.92%94.12%-
XYZ58.9460.7720.94-
YUV200.6771.75156.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.36%
GREEN value IS 200 (78.52% from 255) = 36.97%
BLUE value IS 101 (39.84% from 255) = 18.67%
R=44.36%
G=36.97%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020010100.170.580.0642.7382.2566.86
HexF0C8650113A62b5243
Octal36031014502172653122103
Binary1111000011001000110010101000111101011010101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C865; }

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

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

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

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

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

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

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

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