#F2CC72

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

Shades of Golden Sand #F2CC72

Tints of Golden Sand #F2CC72

Color information

#F2CC72 (or 0xF2CC72) is unknown color: approx Golden Sand. HEX triplet: F2, CC and 72. RGB value is (242,204,114). Sum of RGB (Red+Green+Blue) = 242+204+114=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CC72 is #0D338D. Grayscale: #CDCDCD. Windows color (decimal): -865166 or 7523570. OLE color: 7523570.

HSL color Cylindrical-coordinate representation of color #F2CC72: hue angle of 42.19º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2CC72 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB242204114-
CMYK00.160.530.05
HSL42.19º83.12%69.8%-
HSV(B)42.19º52.89%94.9%-
XYZ61.2563.2824.91-
YUV205.176.59154.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.21%
GREEN value IS 204 (80.08% from 255) = 36.43%
BLUE value IS 114 (44.92% from 255) = 20.36%
R=43.21%
G=36.43%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220411400.160.530.0542.1983.1269.8
HexF2CC720103552a5346
Octal36231416202065552123106
Binary1111001011001100111001001000011010110110101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CC72; }

 p { color: rgb(242,204,114); }

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

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

 a { background-color: rgb(242,204,114); }

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

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

 span { border-color: rgb(242,204,114); }

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