#F2B580

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

Shades of Tacao #F2B580

Tints of Tacao #F2B580

Color information

#F2B580 (or 0xF2B580) is unknown color: approx Tacao. HEX triplet: F2, B5 and 80. RGB value is (242,181,128). Sum of RGB (Red+Green+Blue) = 242+181+128=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B580 is #0D4A7F. Grayscale: #C1C1C1. Windows color (decimal): -871040 or 8435186. OLE color: 8435186.

HSL color Cylindrical-coordinate representation of color #F2B580: hue angle of 27.89º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2B580 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB242181128-
CMYK00.250.470.05
HSL27.89º81.43%72.55%-
HSV(B)27.89º47.11%94.9%-
XYZ57.0453.4827.74-
YUV193.291.21162.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.92%
GREEN value IS 181 (71.09% from 255) = 32.85%
BLUE value IS 128 (50.39% from 255) = 23.23%
R=43.92%
G=32.85%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218112800.250.470.0527.8981.4372.55
HexF2B5800192F51c5149
Octal36226520003157534121111
Binary1111001010110101100000000110011011111011110010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B580; }

 p { color: rgb(242,181,128); }

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

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

 a { background-color: rgb(242,181,128); }

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

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

 span { border-color: rgb(242,181,128); }

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