#F8B282

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

Shades of Tacao #F8B282

Tints of Tacao #F8B282

Color information

#F8B282 (or 0xF8B282) is unknown color: approx Tacao. HEX triplet: F8, B2 and 82. RGB value is (248,178,130). Sum of RGB (Red+Green+Blue) = 248+178+130=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B282 is #074D7D. Grayscale: #C1C1C1. Windows color (decimal): -478590 or 8565496. OLE color: 8565496.

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

Color convert

RGB248178130-
CMYK00.280.480.03
HSL24.41º89.39%74.12%-
HSV(B)24.41º47.58%97.25%-
XYZ58.6653.4128.34-
YUV193.4692.19166.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.60%
GREEN value IS 178 (69.92% from 255) = 32.01%
BLUE value IS 130 (51.17% from 255) = 23.38%
R=44.60%
G=32.01%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817813000.280.480.0324.4189.3974.12
HexF8B28201C30318594a
Octal37026220203460330131112
Binary111110001011001010000010011100110000111100010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B282; }

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

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

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

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

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

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

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

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