#F2CC6D

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

Shades of Golden Sand #F2CC6D

Tints of Golden Sand #F2CC6D

Color information

#F2CC6D (or 0xF2CC6D) is unknown color: approx Golden Sand. HEX triplet: F2, CC and 6D. RGB value is (242,204,109). Sum of RGB (Red+Green+Blue) = 242+204+109=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CC6D is #0D3392. Grayscale: #CCCCCC. Windows color (decimal): -865171 or 7195890. OLE color: 7195890.

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

Color convert

RGB242204109-
CMYK00.160.550.05
HSL42.86º83.65%68.82%-
HSV(B)42.86º54.96%94.9%-
XYZ60.9763.1723.45-
YUV204.5374.09154.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.60%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 109 (42.97% from 255) = 19.64%
R=43.60%
G=36.76%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220410900.160.550.0542.8683.6568.82
HexF2CC6D0103752b5445
Octal36231415502067553124105
Binary1111001011001100110110101000011011110110101110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CC6D; }

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

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

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

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

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

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

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

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