#F1AD6D

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

Shades of Tacao #F1AD6D

Tints of Tacao #F1AD6D

Color information

#F1AD6D (or 0xF1AD6D) is unknown color: approx Tacao. HEX triplet: F1, AD and 6D. RGB value is (241,173,109). Sum of RGB (Red+Green+Blue) = 241+173+109=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AD6D is #0E5292. Grayscale: #BABABA. Windows color (decimal): -938643 or 7187953. OLE color: 7187953.

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

Color convert

RGB241173109-
CMYK00.280.550.05
HSL29.09º82.5%68.63%-
HSV(B)29.09º54.77%94.51%-
XYZ53.9849.6921.21-
YUV186.0484.53167.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.08%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 109 (42.97% from 255) = 20.84%
R=46.08%
G=33.08%
B=20.84%

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
Decimal24117310900.280.550.0529.0982.568.63
HexF1AD6D01C3751d5245
Octal36125515503467535122105
Binary111100011010110111011010111001101111011110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AD6D; }

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

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

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

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

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

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

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

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