#F0C56F

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

Shades of Golden Sand #F0C56F

Tints of Golden Sand #F0C56F

Color information

#F0C56F (or 0xF0C56F) is unknown color: approx Golden Sand. HEX triplet: F0, C5 and 6F. RGB value is (240,197,111). Sum of RGB (Red+Green+Blue) = 240+197+111=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 111 (43.75% from 255 or 20.26% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C56F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C56F is #0F3A90. Grayscale: #C8C8C8. Windows color (decimal): -998033 or 7325168. OLE color: 7325168.

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

Color convert

RGB240197111-
CMYK00.180.540.06
HSL40º81.13%68.82%-
HSV(B)40º53.75%94.12%-
XYZ58.7759.6123.45-
YUV200.0577.75156.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.80%
GREEN value IS 197 (77.34% from 255) = 35.95%
BLUE value IS 111 (43.75% from 255) = 20.26%
R=43.80%
G=35.95%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019711100.180.540.064081.1368.82
HexF0C56F012366285145
Octal36030515702266650121105
Binary1111000011000101110111101001011011011010100010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C56F; }

 p { color: rgb(240,197,111); }

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

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

 a { background-color: rgb(240,197,111); }

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

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

 span { border-color: rgb(240,197,111); }

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