#F9AB75

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

Shades of Tacao #F9AB75

Tints of Tacao #F9AB75

Color information

#F9AB75 (or 0xF9AB75) is unknown color: approx Tacao. HEX triplet: F9, AB and 75. RGB value is (249,171,117). Sum of RGB (Red+Green+Blue) = 249+171+117=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AB75 is #06548A. Grayscale: #BCBCBC. Windows color (decimal): -414859 or 7711737. OLE color: 7711737.

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

Color convert

RGB249171117-
CMYK00.310.530.02
HSL24.55º91.67%71.76%-
HSV(B)24.55º53.01%97.65%-
XYZ56.8450.5523.59-
YUV188.1787.84171.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.37%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 117 (46.09% from 255) = 21.79%
R=46.37%
G=31.84%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917111700.310.530.0224.5591.6771.76
HexF9AB7501F352195c48
Octal37125316503765231134110
Binary11111001101010111110101011111110101101100110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AB75; }

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

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

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

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

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

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

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

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