#F1D665

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

Shades of Golden Sand #F1D665

Tints of Golden Sand #F1D665

Color information

#F1D665 (or 0xF1D665) is unknown color: approx Golden Sand. HEX triplet: F1, D6 and 65. RGB value is (241,214,101). Sum of RGB (Red+Green+Blue) = 241+214+101=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D665 is #0E299A. Grayscale: #D1D1D1. Windows color (decimal): -928155 or 6674161. OLE color: 6674161.

HSL color Cylindrical-coordinate representation of color #F1D665: hue angle of 48.43º degrees, saturation: 0.83, 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 #F1D665 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB241214101-
CMYK00.110.580.05
HSL48.43º83.33%67.06%-
HSV(B)48.43º58.09%94.51%-
XYZ62.6767.7322.08-
YUV209.1966.95150.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 214 (83.98% from 255) = 38.49%
BLUE value IS 101 (39.84% from 255) = 18.17%
R=43.35%
G=38.49%
B=18.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121410100.110.580.0548.4383.3367.06
HexF1D6650B3A5305343
Octal36132614501372560123103
Binary111100011101011011001010101111101010111000010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D665; }

 p { color: rgb(241,214,101); }

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

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

 a { background-color: rgb(241,214,101); }

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

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

 span { border-color: rgb(241,214,101); }

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