#F2CD64

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

Shades of Golden Sand #F2CD64

Tints of Golden Sand #F2CD64

Color information

#F2CD64 (or 0xF2CD64) is unknown color: approx Golden Sand. HEX triplet: F2, CD and 64. RGB value is (242,205,100). Sum of RGB (Red+Green+Blue) = 242+205+100=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CD64 is #0D329B. Grayscale: #CCCCCC. Windows color (decimal): -864924 or 6606322. OLE color: 6606322.

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

Color convert

RGB242205100-
CMYK00.150.590.05
HSL44.37º84.52%67.06%-
HSV(B)44.37º58.68%94.9%-
XYZ60.7563.4621.1-
YUV204.0969.26155.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 205 (80.47% from 255) = 37.48%
BLUE value IS 100 (39.45% from 255) = 18.28%
R=44.24%
G=37.48%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220510000.150.590.0544.3784.5267.06
HexF2CD640F3B52c5543
Octal36231514401773554125103
Binary111100101100110111001000111111101110110110010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CD64; }

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

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

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

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

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

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

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

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