#F8B47F

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

Shades of Tacao #F8B47F

Tints of Tacao #F8B47F

Color information

#F8B47F (or 0xF8B47F) is unknown color: approx Tacao. HEX triplet: F8, B4 and 7F. RGB value is (248,180,127). Sum of RGB (Red+Green+Blue) = 248+180+127=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B47F is #074B80. Grayscale: #C2C2C2. Windows color (decimal): -478081 or 8369400. OLE color: 8369400.

HSL color Cylindrical-coordinate representation of color #F8B47F: hue angle of 26.28º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8B47F is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB248180127-
CMYK00.270.490.03
HSL26.28º89.63%73.53%-
HSV(B)26.28º48.79%97.25%-
XYZ58.8654.1327.42-
YUV194.2990.03166.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.68%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 127 (50% from 255) = 22.88%
R=44.68%
G=32.43%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818012700.270.490.0326.2889.6373.53
HexF8B47F01B3131a5a4a
Octal37026417703361332132112
Binary11111000101101001111111011011110001111101010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B47F; }

 p { color: rgb(248,180,127); }

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

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

 a { background-color: rgb(248,180,127); }

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

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

 span { border-color: rgb(248,180,127); }

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