#F2A883

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

Shades of Tacao #F2A883

Tints of Tacao #F2A883

Color information

#F2A883 (or 0xF2A883) is unknown color: approx Tacao. HEX triplet: F2, A8 and 83. RGB value is (242,168,131). Sum of RGB (Red+Green+Blue) = 242+168+131=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A883 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A883 is #0D577C. Grayscale: #BABABA. Windows color (decimal): -874365 or 8628466. OLE color: 8628466.

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

Color convert

RGB242168131-
CMYK00.310.460.05
HSL20º81.02%73.14%-
HSV(B)20º45.87%94.9%-
XYZ54.7248.5227.95-
YUV185.9197.02168.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.73%
GREEN value IS 168 (66.02% from 255) = 31.05%
BLUE value IS 131 (51.56% from 255) = 24.21%
R=44.73%
G=31.05%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216813100.310.460.052081.0273.14
HexF2A88301F2E5145149
Octal36225020303756524121111
Binary1111001010101000100000110111111011101011010010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A883; }

 p { color: rgb(242,168,131); }

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

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

 a { background-color: rgb(242,168,131); }

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

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

 span { border-color: rgb(242,168,131); }

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