#F7B280

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

Shades of Tacao #F7B280

Tints of Tacao #F7B280

Color information

#F7B280 (or 0xF7B280) is unknown color: approx Tacao. HEX triplet: F7, B2 and 80. RGB value is (247,178,128). Sum of RGB (Red+Green+Blue) = 247+178+128=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7B280 is #084D7F. Grayscale: #C1C1C1. Windows color (decimal): -544128 or 8434423. OLE color: 8434423.

HSL color Cylindrical-coordinate representation of color #F7B280: hue angle of 25.21º degrees, saturation: 0.88, 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 #F7B280 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB247178128-
CMYK00.280.480.03
HSL25.21º88.15%73.53%-
HSV(B)25.21º48.18%96.86%-
XYZ58.1753.1727.62-
YUV192.9391.36166.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.67%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 128 (50.39% from 255) = 23.15%
R=44.67%
G=32.19%
B=23.15%

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
Decimal24717812800.280.480.0325.2188.1573.53
HexF7B28001C30319584a
Octal36726220003460331130112
Binary111101111011001010000000011100110000111100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B280; }

 p { color: rgb(247,178,128); }

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

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

 a { background-color: rgb(247,178,128); }

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

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

 span { border-color: rgb(247,178,128); }

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