#F8A976

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

Shades of Tacao #F8A976

Tints of Tacao #F8A976

Color information

#F8A976 (or 0xF8A976) is unknown color: approx Tacao. HEX triplet: F8, A9 and 76. RGB value is (248,169,118). Sum of RGB (Red+Green+Blue) = 248+169+118=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A976 is #075689. Grayscale: #BBBBBB. Windows color (decimal): -480906 or 7776760. OLE color: 7776760.

HSL color Cylindrical-coordinate representation of color #F8A976: hue angle of 23.54º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8A976 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB248169118-
CMYK00.320.520.03
HSL23.54º90.28%71.76%-
HSV(B)23.54º52.42%97.25%-
XYZ56.1749.6423.76-
YUV186.8189.17171.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.36%
GREEN value IS 169 (66.41% from 255) = 31.59%
BLUE value IS 118 (46.48% from 255) = 22.06%
R=46.36%
G=31.59%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816911800.320.520.0323.5490.2871.76
HexF8A976020343185a48
Octal37025116604064330132110
Binary111110001010100111101100100000110100111100010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A976; }

 p { color: rgb(248,169,118); }

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

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

 a { background-color: rgb(248,169,118); }

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

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

 span { border-color: rgb(248,169,118); }

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