#f1c972

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

Shades of Golden Sand #F1C972

Tints of Golden Sand #F1C972

Color information

#F1C972 (or 0xF1C972) is unknown color: approx Golden Sand. HEX triplet: F1, C9 and 72. RGB value is (241,201,114). Sum of RGB (Red+Green+Blue) = 241+201+114=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C972 is #0E368D. Grayscale: #CBCBCB. Windows color (decimal): -931470 or 7522801. OLE color: 7522801.

HSL color Cylindrical-coordinate representation of color #F1C972: hue angle of 41.1º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1C972 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB241201114-
CMYK00.170.530.05
HSL41.1º81.94%69.61%-
HSV(B)41.1º52.7%94.51%-
XYZ60.261.6924.65-
YUV203.0477.75155.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 201 (78.91% from 255) = 36.15%
BLUE value IS 114 (44.92% from 255) = 20.50%
R=43.35%
G=36.15%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120111400.170.530.0541.181.9469.61
HexF1C972011355295246
Octal36131116202165551122106
Binary1111000111001001111001001000111010110110100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1c972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1c972; }

 p { color: rgb(241,201,114); }

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

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

 a { background-color: rgb(241,201,114); }

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

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

 span { border-color: rgb(241,201,114); }

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