#F9AF7E

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

Shades of Tacao #F9AF7E

Tints of Tacao #F9AF7E

Color information

#F9AF7E (or 0xF9AF7E) is unknown color: approx Tacao. HEX triplet: F9, AF and 7E. RGB value is (249,175,126). Sum of RGB (Red+Green+Blue) = 249+175+126=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AF7E is #065081. Grayscale: #BFBFBF. Windows color (decimal): -413826 or 8302585. OLE color: 8302585.

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

Color convert

RGB249175126-
CMYK00.300.490.02
HSL23.9º91.11%73.53%-
HSV(B)23.9º49.4%97.65%-
XYZ58.1652.3126.77-
YUV191.5491.02168.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.27%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 126 (49.61% from 255) = 22.91%
R=45.27%
G=31.82%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917512600.300.490.0223.991.1173.53
HexF9AF7E01E312185b4a
Octal37125717603661230133112
Binary11111001101011111111110011110110001101100010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AF7E; }

 p { color: rgb(249,175,126); }

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

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

 a { background-color: rgb(249,175,126); }

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

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

 span { border-color: rgb(249,175,126); }

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