#F8AF6E

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

Shades of Tacao #F8AF6E

Tints of Tacao #F8AF6E

Color information

#F8AF6E (or 0xF8AF6E) is unknown color: approx Tacao. HEX triplet: F8, AF and 6E. RGB value is (248,175,110). Sum of RGB (Red+Green+Blue) = 248+175+110=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AF6E is #075091. Grayscale: #BDBDBD. Windows color (decimal): -479378 or 7254008. OLE color: 7254008.

HSL color Cylindrical-coordinate representation of color #F8AF6E: hue angle of 28.26º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8AF6E is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB248175110-
CMYK00.290.560.03
HSL28.26º90.79%70.2%-
HSV(B)28.26º55.65%97.25%-
XYZ56.8651.7421.74-
YUV189.4283.18169.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.53%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 110 (43.36% from 255) = 20.64%
R=46.53%
G=32.83%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817511000.290.560.0328.2690.7970.2
HexF8AF6E01D3831c5b46
Octal37025715603570334133106
Binary11111000101011111101110011101111000111110010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AF6E; }

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

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

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

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

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

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

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

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