#F2CF6D

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

Shades of Golden Sand #F2CF6D

Tints of Golden Sand #F2CF6D

Color information

#F2CF6D (or 0xF2CF6D) is unknown color: approx Golden Sand. HEX triplet: F2, CF and 6D. RGB value is (242,207,109). Sum of RGB (Red+Green+Blue) = 242+207+109=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF6D is #0D3092. Grayscale: #CECECE. Windows color (decimal): -864403 or 7196658. OLE color: 7196658.

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

Color convert

RGB242207109-
CMYK00.140.550.05
HSL44.21º83.65%68.82%-
HSV(B)44.21º54.96%94.9%-
XYZ61.6964.6123.69-
YUV206.2973.1153.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.37%
GREEN value IS 207 (81.25% from 255) = 37.10%
BLUE value IS 109 (42.97% from 255) = 19.53%
R=43.37%
G=37.10%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220710900.140.550.0544.2183.6568.82
HexF2CF6D0E3752c5445
Octal36231715501667554124105
Binary111100101100111111011010111011011110110110010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CF6D; }

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

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

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

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

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

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

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

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