#f0c86e

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

Shades of Golden Sand #F0C86E

Tints of Golden Sand #F0C86E

Color information

#F0C86E (or 0xF0C86E) is unknown color: approx Golden Sand. HEX triplet: F0, C8 and 6E. RGB value is (240,200,110). Sum of RGB (Red+Green+Blue) = 240+200+110=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C86E is #0F3791. Grayscale: #CACACA. Windows color (decimal): -997266 or 7260400. OLE color: 7260400.

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

Color convert

RGB240200110-
CMYK00.170.540.06
HSL41.54º81.25%68.63%-
HSV(B)41.54º54.17%94.12%-
XYZ59.460.9623.39-
YUV201.776.25155.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.64%
GREEN value IS 200 (78.52% from 255) = 36.36%
BLUE value IS 110 (43.36% from 255) = 20%
R=43.64%
G=36.36%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020011000.170.540.0641.5481.2568.63
HexF0C86E0113662a5145
Octal36031015602166652121105
Binary1111000011001000110111001000111011011010101010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0c86e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0c86e; }

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

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

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

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

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

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

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

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