#F2D86C

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

Shades of Golden Sand #F2D86C

Tints of Golden Sand #F2D86C

Color information

#F2D86C (or 0xF2D86C) is unknown color: approx Golden Sand. HEX triplet: F2, D8 and 6C. RGB value is (242,216,108). Sum of RGB (Red+Green+Blue) = 242+216+108=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 108 (42.58% from 255 or 19.08% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D86C is #0D2793. Grayscale: #D3D3D3. Windows color (decimal): -862100 or 7133426. OLE color: 7133426.

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

Color convert

RGB242216108-
CMYK00.110.550.05
HSL48.36º83.75%68.63%-
HSV(B)48.36º55.37%94.9%-
XYZ63.8869.0724.15-
YUV211.4669.61149.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.76%
GREEN value IS 216 (84.77% from 255) = 38.16%
BLUE value IS 108 (42.58% from 255) = 19.08%
R=42.76%
G=38.16%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221610800.110.550.0548.3683.7568.63
HexF2D86C0B375305445
Octal36233015401367560124105
Binary111100101101100011011000101111011110111000010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D86C; }

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

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

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

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

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

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

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

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