#F0CD6C

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

Shades of Golden Sand #F0CD6C

Tints of Golden Sand #F0CD6C

Color information

#F0CD6C (or 0xF0CD6C) is unknown color: approx Golden Sand. HEX triplet: F0, CD and 6C. RGB value is (240,205,108). Sum of RGB (Red+Green+Blue) = 240+205+108=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CD6C is #0F3293. Grayscale: #CCCCCC. Windows color (decimal): -995988 or 7130608. OLE color: 7130608.

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

Color convert

RGB240205108-
CMYK00.150.550.06
HSL44.09º81.48%68.24%-
HSV(B)44.09º55%94.12%-
XYZ60.4763.2723.21-
YUV204.4173.6153.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.40%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 108 (42.58% from 255) = 19.53%
R=43.40%
G=37.07%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020510800.150.550.0644.0981.4868.24
HexF0CD6C0F3762c5144
Octal36031515401767654121104
Binary111100001100110111011000111111011111010110010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CD6C; }

 p { color: rgb(240,205,108); }

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

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

 a { background-color: rgb(240,205,108); }

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

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

 span { border-color: rgb(240,205,108); }

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