#F8B46D

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

Shades of Tacao #F8B46D

Tints of Tacao #F8B46D

Color information

#F8B46D (or 0xF8B46D) is unknown color: approx Tacao. HEX triplet: F8, B4 and 6D. RGB value is (248,180,109). Sum of RGB (Red+Green+Blue) = 248+180+109=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B46D is #074B92. Grayscale: #C0C0C0. Windows color (decimal): -478099 or 7189752. OLE color: 7189752.

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

Color convert

RGB248180109-
CMYK00.270.560.03
HSL30.65º90.85%70%-
HSV(B)30.65º56.05%97.25%-
XYZ57.7953.721.79-
YUV192.2481.03167.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.18%
GREEN value IS 180 (70.70% from 255) = 33.52%
BLUE value IS 109 (42.97% from 255) = 20.30%
R=46.18%
G=33.52%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818010900.270.560.0330.6590.8570
HexF8B46D01B3831f5b46
Octal37026415503370337133106
Binary11111000101101001101101011011111000111111110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B46D; }

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

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

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

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

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

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

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

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