#F0C871

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

Shades of Golden Sand #F0C871

Tints of Golden Sand #F0C871

Color information

#F0C871 (or 0xF0C871) is unknown color: approx Golden Sand. HEX triplet: F0, C8 and 71. RGB value is (240,200,113). Sum of RGB (Red+Green+Blue) = 240+200+113=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C871 is #0F378E. Grayscale: #CACACA. Windows color (decimal): -997263 or 7457008. OLE color: 7457008.

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

Color convert

RGB240200113-
CMYK00.170.530.06
HSL41.1º80.89%69.22%-
HSV(B)41.1º52.92%94.12%-
XYZ59.5761.0324.26-
YUV202.0477.75155.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.40%
GREEN value IS 200 (78.52% from 255) = 36.17%
BLUE value IS 113 (44.53% from 255) = 20.43%
R=43.40%
G=36.17%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020011300.170.530.0641.180.8969.22
HexF0C871011356295145
Octal36031016102165651121105
Binary1111000011001000111000101000111010111010100110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C871; }

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

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

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

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

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

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

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

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