#F0CE6C

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

Shades of Golden Sand #F0CE6C

Tints of Golden Sand #F0CE6C

Color information

#F0CE6C (or 0xF0CE6C) is unknown color: approx Golden Sand. HEX triplet: F0, CE and 6C. RGB value is (240,206,108). Sum of RGB (Red+Green+Blue) = 240+206+108=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE6C is #0F3193. Grayscale: #CDCDCD. Windows color (decimal): -995732 or 7130864. OLE color: 7130864.

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

Color convert

RGB240206108-
CMYK00.140.550.06
HSL44.55º81.48%68.24%-
HSV(B)44.55º55%94.12%-
XYZ60.7163.7523.29-
YUV204.9973.26152.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.32%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 108 (42.58% from 255) = 19.49%
R=43.32%
G=37.18%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020610800.140.550.0644.5581.4868.24
HexF0CE6C0E3762d5144
Octal36031615401667655121104
Binary111100001100111011011000111011011111010110110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CE6C; }

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

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

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

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

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

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

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

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