#F8B277

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

Shades of Tacao #F8B277

Tints of Tacao #F8B277

Color information

#F8B277 (or 0xF8B277) is unknown color: approx Tacao. HEX triplet: F8, B2 and 77. RGB value is (248,178,119). Sum of RGB (Red+Green+Blue) = 248+178+119=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B277 is #074D88. Grayscale: #C0C0C0. Windows color (decimal): -478601 or 7844600. OLE color: 7844600.

HSL color Cylindrical-coordinate representation of color #F8B277: hue angle of 27.44º 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 #F8B277 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB248178119-
CMYK00.280.520.03
HSL27.44º90.21%71.96%-
HSV(B)27.44º52.02%97.25%-
XYZ57.9653.1324.65-
YUV192.286.69167.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.50%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 119 (46.88% from 255) = 21.83%
R=45.50%
G=32.66%
B=21.83%

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
Decimal24817811900.280.520.0327.4490.2171.96
HexF8B27701C3431b5a48
Octal37026216703464333132110
Binary11111000101100101110111011100110100111101110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B277; }

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

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

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

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

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

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

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

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