#F1CD74

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

Shades of Golden Sand #F1CD74

Tints of Golden Sand #F1CD74

Color information

#F1CD74 (or 0xF1CD74) is unknown color: approx Golden Sand. HEX triplet: F1, CD and 74. RGB value is (241,205,116). Sum of RGB (Red+Green+Blue) = 241+205+116=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CD74 is #0E328B. Grayscale: #CECECE. Windows color (decimal): -930444 or 7654897. OLE color: 7654897.

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

Color convert

RGB241205116-
CMYK00.150.520.05
HSL42.72º81.7%70%-
HSV(B)42.72º51.87%94.51%-
XYZ61.2663.6225.58-
YUV205.6277.43153.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.88%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 116 (45.70% from 255) = 20.64%
R=42.88%
G=36.48%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120511600.150.520.0542.7281.770
HexF1CD740F3452b5246
Octal36131516401764553122106
Binary111100011100110111101000111111010010110101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CD74; }

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

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

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

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

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

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

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

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