#F1CD75

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

Shades of Golden Sand #F1CD75

Tints of Golden Sand #F1CD75

Color information

#F1CD75 (or 0xF1CD75) is unknown color: approx Golden Sand. HEX triplet: F1, CD and 75. RGB value is (241,205,117). Sum of RGB (Red+Green+Blue) = 241+205+117=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CD75 is #0E328A. Grayscale: #CECECE. Windows color (decimal): -930443 or 7720433. OLE color: 7720433.

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

Color convert

RGB241205117-
CMYK00.150.510.05
HSL42.58º81.58%70.2%-
HSV(B)42.58º51.45%94.51%-
XYZ61.3263.6525.88-
YUV205.7377.93153.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 117 (46.09% from 255) = 20.78%
R=42.81%
G=36.41%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120511700.150.510.0542.5881.5870.2
HexF1CD750F3352b5246
Octal36131516501763553122106
Binary111100011100110111101010111111001110110101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CD75; }

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

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

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

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

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

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

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

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