#F2D664

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

Shades of Golden Sand #F2D664

Tints of Golden Sand #F2D664

Color information

#F2D664 (or 0xF2D664) is unknown color: approx Golden Sand. HEX triplet: F2, D6 and 64. RGB value is (242,214,100). Sum of RGB (Red+Green+Blue) = 242+214+100=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D664 is #0D299B. Grayscale: #D1D1D1. Windows color (decimal): -862620 or 6608626. OLE color: 6608626.

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

Color convert

RGB242214100-
CMYK00.120.590.05
HSL48.17º84.52%67.06%-
HSV(B)48.17º58.68%94.9%-
XYZ62.9667.8921.84-
YUV209.3866.28151.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.53%
GREEN value IS 214 (83.98% from 255) = 38.49%
BLUE value IS 100 (39.45% from 255) = 17.99%
R=43.53%
G=38.49%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221410000.120.590.0548.1784.5267.06
HexF2D6640C3B5305543
Octal36232614401473560125103
Binary111100101101011011001000110011101110111000010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D664; }

 p { color: rgb(242,214,100); }

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

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

 a { background-color: rgb(242,214,100); }

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

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

 span { border-color: rgb(242,214,100); }

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