#F1CE6A

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

Shades of Golden Sand #F1CE6A

Tints of Golden Sand #F1CE6A

Color information

#F1CE6A (or 0xF1CE6A) is unknown color: approx Golden Sand. HEX triplet: F1, CE and 6A. RGB value is (241,206,106). Sum of RGB (Red+Green+Blue) = 241+206+106=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CE6A is #0E3195. Grayscale: #CDCDCD. Windows color (decimal): -930198 or 6999793. OLE color: 6999793.

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

Color convert

RGB241206106-
CMYK00.150.560.05
HSL44.44º82.82%68.04%-
HSV(B)44.44º56.02%94.51%-
XYZ60.9563.8822.75-
YUV205.0672.1153.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.58%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 106 (41.80% from 255) = 19.17%
R=43.58%
G=37.25%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120610600.150.560.0544.4482.8268.04
HexF1CE6A0F3852c5344
Octal36131615201770554123104
Binary111100011100111011010100111111100010110110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CE6A; }

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

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

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

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

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

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

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

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