#F8B085

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

Shades of Tacao #F8B085

Tints of Tacao #F8B085

Color information

#F8B085 (or 0xF8B085) is unknown color: approx Tacao. HEX triplet: F8, B0 and 85. RGB value is (248,176,133). Sum of RGB (Red+Green+Blue) = 248+176+133=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B085 is #074F7A. Grayscale: #C0C0C0. Windows color (decimal): -479099 or 8761592. OLE color: 8761592.

HSL color Cylindrical-coordinate representation of color #F8B085: hue angle of 22.43º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8B085 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB248176133-
CMYK00.290.460.03
HSL22.43º89.15%74.71%-
HSV(B)22.43º46.37%97.25%-
XYZ58.4752.729.28-
YUV192.6394.35167.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.52%
GREEN value IS 176 (69.14% from 255) = 31.60%
BLUE value IS 133 (52.34% from 255) = 23.88%
R=44.52%
G=31.60%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817613300.290.460.0322.4389.1574.71
HexF8B08501D2E316594b
Octal37026020503556326131113
Binary111110001011000010000101011101101110111011010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B085; }

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

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

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

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

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

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

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

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