#F2CD65

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

Shades of Golden Sand #F2CD65

Tints of Golden Sand #F2CD65

Color information

#F2CD65 (or 0xF2CD65) is unknown color: approx Golden Sand. HEX triplet: F2, CD and 65. RGB value is (242,205,101). Sum of RGB (Red+Green+Blue) = 242+205+101=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CD65 is #0D329A. Grayscale: #CCCCCC. Windows color (decimal): -864923 or 6671858. OLE color: 6671858.

HSL color Cylindrical-coordinate representation of color #F2CD65: hue angle of 44.26º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2CD65 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB242205101-
CMYK00.150.580.05
HSL44.26º84.43%67.25%-
HSV(B)44.26º58.26%94.9%-
XYZ60.863.4821.36-
YUV204.2169.76154.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.16%
GREEN value IS 205 (80.47% from 255) = 37.41%
BLUE value IS 101 (39.84% from 255) = 18.43%
R=44.16%
G=37.41%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220510100.150.580.0544.2684.4367.25
HexF2CD650F3A52c5443
Octal36231514501772554124103
Binary111100101100110111001010111111101010110110010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CD65; }

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

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

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

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

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

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

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

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