#f2ce66

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

Shades of Golden Sand #F2CE66

Tints of Golden Sand #F2CE66

Color information

#F2CE66 (or 0xF2CE66) is unknown color: approx Golden Sand. HEX triplet: F2, CE and 66. RGB value is (242,206,102). Sum of RGB (Red+Green+Blue) = 242+206+102=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CE66 is #0D3199. Grayscale: #CDCDCD. Windows color (decimal): -864666 or 6737650. OLE color: 6737650.

HSL color Cylindrical-coordinate representation of color #F2CE66: hue angle of 44.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2CE66 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB242206102-
CMYK00.150.580.05
HSL44.57º84.34%67.45%-
HSV(B)44.57º57.85%94.9%-
XYZ61.0963.9821.7-
YUV204.9169.93154.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44%
GREEN value IS 206 (80.86% from 255) = 37.45%
BLUE value IS 102 (40.23% from 255) = 18.55%
R=44%
G=37.45%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220610200.150.580.0544.5784.3467.45
HexF2CE660F3A52d5443
Octal36231614601772555124103
Binary111100101100111011001100111111101010110110110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2ce66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2ce66; }

 p { color: rgb(242,206,102); }

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

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

 a { background-color: rgb(242,206,102); }

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

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

 span { border-color: rgb(242,206,102); }

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