#F2CD61

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

Shades of Golden Sand #F2CD61

Tints of Golden Sand #F2CD61

Color information

#F2CD61 (or 0xF2CD61) is unknown color: approx Golden Sand. HEX triplet: F2, CD and 61. RGB value is (242,205,97). Sum of RGB (Red+Green+Blue) = 242+205+97=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 97 (38.28% from 255 or 17.83% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CD61 is #0D329E. Grayscale: #CCCCCC. Windows color (decimal): -864927 or 6409714. OLE color: 6409714.

HSL color Cylindrical-coordinate representation of color #F2CD61: hue angle of 44.69º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2CD61 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24220597-
CMYK00.150.600.05
HSL44.69º84.8%66.47%-
HSV(B)44.69º59.92%94.9%-
XYZ60.6163.420.35-
YUV203.7567.76155.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.49%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 97 (38.28% from 255) = 17.83%
R=44.49%
G=37.68%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422059700.150.600.0544.6984.866.47
HexF2CD610F3C52d5542
Octal36231514101774555125102
Binary111100101100110111000010111111110010110110110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CD61; }

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

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

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

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

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

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

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

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