#F9B47A

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

Shades of Tacao #F9B47A

Tints of Tacao #F9B47A

Color information

#F9B47A (or 0xF9B47A) is unknown color: approx Tacao. HEX triplet: F9, B4 and 7A. RGB value is (249,180,122). Sum of RGB (Red+Green+Blue) = 249+180+122=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B47A is #064B85. Grayscale: #C2C2C2. Windows color (decimal): -412550 or 8041721. OLE color: 8041721.

HSL color Cylindrical-coordinate representation of color #F9B47A: hue angle of 27.4º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9B47A is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB249180122-
CMYK00.280.510.02
HSL27.4º91.37%72.75%-
HSV(B)27.4º51%97.65%-
XYZ58.954.1925.77-
YUV194.0287.36167.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.19%
GREEN value IS 180 (70.70% from 255) = 32.67%
BLUE value IS 122 (48.05% from 255) = 22.14%
R=45.19%
G=32.67%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918012200.280.510.0227.491.3772.75
HexF9B47A01C3321b5b49
Octal37126417203463233133111
Binary11111001101101001111010011100110011101101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B47A; }

 p { color: rgb(249,180,122); }

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

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

 a { background-color: rgb(249,180,122); }

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

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

 span { border-color: rgb(249,180,122); }

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