#F1AF6E

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

Shades of Tacao #F1AF6E

Tints of Tacao #F1AF6E

Color information

#F1AF6E (or 0xF1AF6E) is unknown color: approx Tacao. HEX triplet: F1, AF and 6E. RGB value is (241,175,110). Sum of RGB (Red+Green+Blue) = 241+175+110=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AF6E is #0E5091. Grayscale: #BBBBBB. Windows color (decimal): -938130 or 7254001. OLE color: 7254001.

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

Color convert

RGB241175110-
CMYK00.270.540.05
HSL29.77º82.39%68.82%-
HSV(B)29.77º54.36%94.51%-
XYZ54.4250.4921.63-
YUV187.3284.37166.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.82%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 110 (43.36% from 255) = 20.91%
R=45.82%
G=33.27%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117511000.270.540.0529.7782.3968.82
HexF1AF6E01B3651e5245
Octal36125715603366536122105
Binary111100011010111111011100110111101101011111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AF6E; }

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

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

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

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

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

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

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

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