#F1CD71

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

Shades of Golden Sand #F1CD71

Tints of Golden Sand #F1CD71

Color information

#F1CD71 (or 0xF1CD71) is unknown color: approx Golden Sand. HEX triplet: F1, CD and 71. RGB value is (241,205,113). Sum of RGB (Red+Green+Blue) = 241+205+113=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CD71 is #0E328E. Grayscale: #CDCDCD. Windows color (decimal): -930447 or 7458289. OLE color: 7458289.

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

Color convert

RGB241205113-
CMYK00.150.530.05
HSL43.12º82.05%69.41%-
HSV(B)43.12º53.11%94.51%-
XYZ61.0963.5624.67-
YUV205.2875.93153.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.11%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 113 (44.53% from 255) = 20.21%
R=43.11%
G=36.67%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120511300.150.530.0543.1282.0569.41
HexF1CD710F3552b5245
Octal36131516101765553122105
Binary111100011100110111100010111111010110110101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CD71; }

 p { color: rgb(241,205,113); }

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

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

 a { background-color: rgb(241,205,113); }

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

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

 span { border-color: rgb(241,205,113); }

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