#F0C663

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

Shades of Golden Sand #F0C663

Tints of Golden Sand #F0C663

Color information

#F0C663 (or 0xF0C663) is unknown color: approx Golden Sand. HEX triplet: F0, C6 and 63. RGB value is (240,198,99). Sum of RGB (Red+Green+Blue) = 240+198+99=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 99 (39.06% from 255 or 18.44% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C663 is #0F399C. Grayscale: #C7C7C7. Windows color (decimal): -997789 or 6538992. OLE color: 6538992.

HSL color Cylindrical-coordinate representation of color #F0C663: hue angle of 42.13º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0C663 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB24019899-
CMYK00.180.590.06
HSL42.13º82.46%66.47%-
HSV(B)42.13º58.75%94.12%-
XYZ58.3859.8120.27-
YUV199.2771.41157.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.69%
GREEN value IS 198 (77.73% from 255) = 36.87%
BLUE value IS 99 (39.06% from 255) = 18.44%
R=44.69%
G=36.87%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401989900.180.590.0642.1382.4666.47
HexF0C6630123B62a5242
Octal36030614302273652122102
Binary1111000011000110110001101001011101111010101010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C663; }

 p { color: rgb(240,198,99); }

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

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

 a { background-color: rgb(240,198,99); }

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

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

 span { border-color: rgb(240,198,99); }

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