#F1CE6D

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

Shades of Golden Sand #F1CE6D

Tints of Golden Sand #F1CE6D

Color information

#F1CE6D (or 0xF1CE6D) is unknown color: approx Golden Sand. HEX triplet: F1, CE and 6D. RGB value is (241,206,109). Sum of RGB (Red+Green+Blue) = 241+206+109=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CE6D is #0E3192. Grayscale: #CDCDCD. Windows color (decimal): -930195 or 7196401. OLE color: 7196401.

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

Color convert

RGB241206109-
CMYK00.150.550.05
HSL44.09º82.5%68.63%-
HSV(B)44.09º54.77%94.51%-
XYZ61.1163.9523.59-
YUV205.4173.6153.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 109 (42.97% from 255) = 19.60%
R=43.35%
G=37.05%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120610900.150.550.0544.0982.568.63
HexF1CE6D0F3752c5245
Octal36131615501767554122105
Binary111100011100111011011010111111011110110110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CE6D; }

 p { color: rgb(241,206,109); }

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

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

 a { background-color: rgb(241,206,109); }

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

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

 span { border-color: rgb(241,206,109); }

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