#F2C66B

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

Shades of Golden Sand #F2C66B

Tints of Golden Sand #F2C66B

Color information

#F2C66B (or 0xF2C66B) is unknown color: approx Golden Sand. HEX triplet: F2, C6 and 6B. RGB value is (242,198,107). Sum of RGB (Red+Green+Blue) = 242+198+107=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C66B is #0D3994. Grayscale: #C9C9C9. Windows color (decimal): -866709 or 7063282. OLE color: 7063282.

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

Color convert

RGB242198107-
CMYK00.180.560.05
HSL40.44º83.85%68.43%-
HSV(B)40.44º55.79%94.9%-
XYZ59.4760.3322.42-
YUV200.7875.08157.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 198 (77.73% from 255) = 36.20%
BLUE value IS 107 (42.19% from 255) = 19.56%
R=44.24%
G=36.20%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219810700.180.560.0540.4483.8568.43
HexF2C66B012385285444
Octal36230615302270550124104
Binary1111001011000110110101101001011100010110100010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C66B; }

 p { color: rgb(242,198,107); }

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

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

 a { background-color: rgb(242,198,107); }

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

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

 span { border-color: rgb(242,198,107); }

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