#F1D562

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

Shades of Golden Sand #F1D562

Tints of Golden Sand #F1D562

Color information

#F1D562 (or 0xF1D562) is unknown color: approx Golden Sand. HEX triplet: F1, D5 and 62. RGB value is (241,213,98). Sum of RGB (Red+Green+Blue) = 241+213+98=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 98 (38.67% from 255 or 17.75% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D562 is #0E2A9D. Grayscale: #D0D0D0. Windows color (decimal): -928414 or 6477297. OLE color: 6477297.

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

Color convert

RGB24121398-
CMYK00.120.590.05
HSL48.25º83.63%66.47%-
HSV(B)48.25º59.34%94.51%-
XYZ62.2767.1721.24-
YUV208.2665.78151.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 213 (83.59% from 255) = 38.59%
BLUE value IS 98 (38.67% from 255) = 17.75%
R=43.66%
G=38.59%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412139800.120.590.0548.2583.6366.47
HexF1D5620C3B5305442
Octal36132514201473560124102
Binary111100011101010111000100110011101110111000010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D562; }

 p { color: rgb(241,213,98); }

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

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

 a { background-color: rgb(241,213,98); }

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

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

 span { border-color: rgb(241,213,98); }

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