#F2C96C

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

Shades of Golden Sand #F2C96C

Tints of Golden Sand #F2C96C

Color information

#F2C96C (or 0xF2C96C) is unknown color: approx Golden Sand. HEX triplet: F2, C9 and 6C. RGB value is (242,201,108). Sum of RGB (Red+Green+Blue) = 242+201+108=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C96C is #0D3693. Grayscale: #CBCBCB. Windows color (decimal): -865940 or 7129586. OLE color: 7129586.

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

Color convert

RGB242201108-
CMYK00.170.550.05
HSL41.64º83.75%68.63%-
HSV(B)41.64º55.37%94.9%-
XYZ60.2161.7322.93-
YUV202.6674.58156.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.92%
GREEN value IS 201 (78.91% from 255) = 36.48%
BLUE value IS 108 (42.58% from 255) = 19.60%
R=43.92%
G=36.48%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220110800.170.550.0541.6483.7568.63
HexF2C96C0113752a5445
Octal36231115402167552124105
Binary1111001011001001110110001000111011110110101010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C96C; }

 p { color: rgb(242,201,108); }

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

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

 a { background-color: rgb(242,201,108); }

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

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

 span { border-color: rgb(242,201,108); }

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