#F1AE6D

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

Shades of Tacao #F1AE6D

Tints of Tacao #F1AE6D

Color information

#F1AE6D (or 0xF1AE6D) is unknown color: approx Tacao. HEX triplet: F1, AE and 6D. RGB value is (241,174,109). Sum of RGB (Red+Green+Blue) = 241+174+109=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AE6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AE6D is #0E5192. Grayscale: #BABABA. Windows color (decimal): -938387 or 7188209. OLE color: 7188209.

HSL color Cylindrical-coordinate representation of color #F1AE6D: hue angle of 29.55º 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 #F1AE6D is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB241174109-
CMYK00.280.550.05
HSL29.55º82.5%68.63%-
HSV(B)29.55º54.77%94.51%-
XYZ54.1750.0821.28-
YUV186.6284.2166.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.99%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 109 (42.97% from 255) = 20.80%
R=45.99%
G=33.21%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117410900.280.550.0529.5582.568.63
HexF1AE6D01C3751e5245
Octal36125615503467536122105
Binary111100011010111011011010111001101111011111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AE6D; }

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

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

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

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

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

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

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

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