#FBAF7F

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

Shades of Tacao #FBAF7F

Tints of Tacao #FBAF7F

Color information

#FBAF7F (or 0xFBAF7F) is unknown color: approx Tacao. HEX triplet: FB, AF and 7F. RGB value is (251,175,127). Sum of RGB (Red+Green+Blue) = 251+175+127=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAF7F is #045080. Grayscale: #C0C0C0. Windows color (decimal): -282753 or 8368123. OLE color: 8368123.

HSL color Cylindrical-coordinate representation of color #FBAF7F: hue angle of 23.23º degrees, saturation: 0.94, 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 #FBAF7F is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB251175127-
CMYK00.300.490.02
HSL23.23º93.94%74.12%-
HSV(B)23.23º49.4%98.43%-
XYZ58.9452.727.14-
YUV192.2591.18169.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.39%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 127 (50% from 255) = 22.97%
R=45.39%
G=31.65%
B=22.97%

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
Decimal25117512700.300.490.0223.2393.9474.12
HexFBAF7F01E312175e4a
Octal37325717703661227136112
Binary11111011101011111111111011110110001101011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAF7F; }

 p { color: rgb(251,175,127); }

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

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

 a { background-color: rgb(251,175,127); }

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

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

 span { border-color: rgb(251,175,127); }

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