#FEB077

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

Shades of Tacao #FEB077

Tints of Tacao #FEB077

Color information

#FEB077 (or 0xFEB077) is unknown color: approx Tacao. HEX triplet: FE, B0 and 77. RGB value is (254,176,119). Sum of RGB (Red+Green+Blue) = 254+176+119=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB077 is #014F88. Grayscale: #C1C1C1. Windows color (decimal): -85897 or 7844094. OLE color: 7844094.

HSL color Cylindrical-coordinate representation of color #FEB077: hue angle of 25.33º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEB077 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB254176119-
CMYK00.310.530.00
HSL25.33º98.54%73.14%-
HSV(B)25.33º53.15%99.61%-
XYZ59.7353.4524.62-
YUV192.8286.34171.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.27%
GREEN value IS 176 (69.14% from 255) = 32.06%
BLUE value IS 119 (46.88% from 255) = 21.68%
R=46.27%
G=32.06%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417611900.310.530.0025.3398.5473.14
HexFEB07701F350196349
Octal37626016703765031143111
Binary1111111010110000111011101111111010101100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB077; }

 p { color: rgb(254,176,119); }

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

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

 a { background-color: rgb(254,176,119); }

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

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

 span { border-color: rgb(254,176,119); }

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