#F1C662

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

Shades of Golden Sand #F1C662

Tints of Golden Sand #F1C662

Color information

#F1C662 (or 0xF1C662) is unknown color: approx Golden Sand. HEX triplet: F1, C6 and 62. RGB value is (241,198,98). Sum of RGB (Red+Green+Blue) = 241+198+98=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C662 is #0E399D. Grayscale: #C7C7C7. Windows color (decimal): -932254 or 6473457. OLE color: 6473457.

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

Color convert

RGB24119898-
CMYK00.180.590.05
HSL41.96º83.63%66.47%-
HSV(B)41.96º59.34%94.51%-
XYZ58.6759.9720.04-
YUV199.4670.75157.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 198 (77.73% from 255) = 36.87%
BLUE value IS 98 (38.67% from 255) = 18.25%
R=44.88%
G=36.87%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411989800.180.590.0541.9683.6366.47
HexF1C6620123B52a5442
Octal36130614202273552124102
Binary1111000111000110110001001001011101110110101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C662; }

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

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

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

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

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

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

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

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