#F8B078

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

Shades of Tacao #F8B078

Tints of Tacao #F8B078

Color information

#F8B078 (or 0xF8B078) is unknown color: approx Tacao. HEX triplet: F8, B0 and 78. RGB value is (248,176,120). Sum of RGB (Red+Green+Blue) = 248+176+120=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B078 is #074F87. Grayscale: #BFBFBF. Windows color (decimal): -479112 or 7909624. OLE color: 7909624.

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

Color convert

RGB248176120-
CMYK00.290.520.03
HSL26.25º90.14%72.16%-
HSV(B)26.25º51.61%97.25%-
XYZ57.6352.3624.84-
YUV191.1487.85168.55-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.59%
GREEN value IS 176 (69.14% from 255) = 32.35%
BLUE value IS 120 (47.27% from 255) = 22.06%
R=45.59%
G=32.35%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817612000.290.520.0326.2590.1472.16
HexF8B07801D3431a5a48
Octal37026017003564332132110
Binary11111000101100001111000011101110100111101010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B078; }

 p { color: rgb(248,176,120); }

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

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

 a { background-color: rgb(248,176,120); }

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

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

 span { border-color: rgb(248,176,120); }

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