#F8B377

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

Shades of Tacao #F8B377

Tints of Tacao #F8B377

Color information

#F8B377 (or 0xF8B377) is unknown color: approx Tacao. HEX triplet: F8, B3 and 77. RGB value is (248,179,119). Sum of RGB (Red+Green+Blue) = 248+179+119=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 119 (46.88% from 255 or 21.79% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B377 is #074C88. Grayscale: #C1C1C1. Windows color (decimal): -478345 or 7844856. OLE color: 7844856.

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

Color convert

RGB248179119-
CMYK00.280.520.03
HSL27.91º90.21%71.96%-
HSV(B)27.91º52.02%97.25%-
XYZ58.1653.5324.72-
YUV192.7986.36167.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.42%
GREEN value IS 179 (70.31% from 255) = 32.78%
BLUE value IS 119 (46.88% from 255) = 21.79%
R=45.42%
G=32.78%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817911900.280.520.0327.9190.2171.96
HexF8B37701C3431c5a48
Octal37026316703464334132110
Binary11111000101100111110111011100110100111110010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B377; }

 p { color: rgb(248,179,119); }

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

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

 a { background-color: rgb(248,179,119); }

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

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

 span { border-color: rgb(248,179,119); }

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