#F1C462

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

Shades of Golden Sand #F1C462

Tints of Golden Sand #F1C462

Color information

#F1C462 (or 0xF1C462) is unknown color: approx Golden Sand. HEX triplet: F1, C4 and 62. RGB value is (241,196,98). Sum of RGB (Red+Green+Blue) = 241+196+98=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C462 is #0E3B9D. Grayscale: #C6C6C6. Windows color (decimal): -932766 or 6472945. OLE color: 6472945.

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

Color convert

RGB24119698-
CMYK00.190.590.05
HSL41.12º83.63%66.47%-
HSV(B)41.12º59.34%94.51%-
XYZ58.2259.0619.89-
YUV198.2871.41158.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 196 (76.95% from 255) = 36.64%
BLUE value IS 98 (38.67% from 255) = 18.32%
R=45.05%
G=36.64%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411969800.190.590.0541.1283.6366.47
HexF1C4620133B5295442
Octal36130414202373551124102
Binary1111000111000100110001001001111101110110100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C462; }

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

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

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

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

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

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

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

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