#F9AB72

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

Shades of Tacao #F9AB72

Tints of Tacao #F9AB72

Color information

#F9AB72 (or 0xF9AB72) is unknown color: approx Tacao. HEX triplet: F9, AB and 72. RGB value is (249,171,114). Sum of RGB (Red+Green+Blue) = 249+171+114=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AB72 is #06548D. Grayscale: #BCBCBC. Windows color (decimal): -414862 or 7515129. OLE color: 7515129.

HSL color Cylindrical-coordinate representation of color #F9AB72: hue angle of 25.33º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F9AB72 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB249171114-
CMYK00.310.540.02
HSL25.33º91.84%71.18%-
HSV(B)25.33º54.22%97.65%-
XYZ56.6750.4822.68-
YUV187.8286.34171.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.63%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 114 (44.92% from 255) = 21.35%
R=46.63%
G=32.02%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917111400.310.540.0225.3391.8471.18
HexF9AB7201F362195c47
Octal37125316203766231134107
Binary11111001101010111110010011111110110101100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AB72; }

 p { color: rgb(249,171,114); }

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

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

 a { background-color: rgb(249,171,114); }

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

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

 span { border-color: rgb(249,171,114); }

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