#F1AF82

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

Shades of Tacao #F1AF82

Tints of Tacao #F1AF82

Color information

#F1AF82 (or 0xF1AF82) is unknown color: approx Tacao. HEX triplet: F1, AF and 82. RGB value is (241,175,130). Sum of RGB (Red+Green+Blue) = 241+175+130=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AF82 is #0E507D. Grayscale: #BDBDBD. Windows color (decimal): -938110 or 8564721. OLE color: 8564721.

HSL color Cylindrical-coordinate representation of color #F1AF82: hue angle of 24.32º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1AF82 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB241175130-
CMYK00.270.460.05
HSL24.32º79.86%72.75%-
HSV(B)24.32º46.06%94.51%-
XYZ55.6350.9728.03-
YUV189.694.37164.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.14%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 130 (51.17% from 255) = 23.81%
R=44.14%
G=32.05%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117513000.270.460.0524.3279.8672.75
HexF1AF8201B2E5185049
Octal36125720203356530120111
Binary1111000110101111100000100110111011101011100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AF82; }

 p { color: rgb(241,175,130); }

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

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

 a { background-color: rgb(241,175,130); }

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

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

 span { border-color: rgb(241,175,130); }

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