#F0CC6D

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

Shades of Golden Sand #F0CC6D

Tints of Golden Sand #F0CC6D

Color information

#F0CC6D (or 0xF0CC6D) is unknown color: approx Golden Sand. HEX triplet: F0, CC and 6D. RGB value is (240,204,109). Sum of RGB (Red+Green+Blue) = 240+204+109=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC6D is #0F3392. Grayscale: #CCCCCC. Windows color (decimal): -996243 or 7195888. OLE color: 7195888.

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

Color convert

RGB240204109-
CMYK00.150.550.06
HSL43.51º81.37%68.43%-
HSV(B)43.51º54.58%94.12%-
XYZ60.2962.8223.41-
YUV203.9374.43153.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.40%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 109 (42.97% from 255) = 19.71%
R=43.40%
G=36.89%
B=19.71%

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
Decimal24020410900.150.550.0643.5181.3768.43
HexF0CC6D0F3762c5144
Octal36031415501767654121104
Binary111100001100110011011010111111011111010110010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CC6D; }

 p { color: rgb(240,204,109); }

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

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

 a { background-color: rgb(240,204,109); }

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

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

 span { border-color: rgb(240,204,109); }

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