#FEB074

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

Shades of Tacao #FEB074

Tints of Tacao #FEB074

Color information

#FEB074 (or 0xFEB074) is unknown color: approx Tacao. HEX triplet: FE, B0 and 74. RGB value is (254,176,116). Sum of RGB (Red+Green+Blue) = 254+176+116=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB074 is #014F8B. Grayscale: #C0C0C0. Windows color (decimal): -85900 or 7647486. OLE color: 7647486.

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

Color convert

RGB254176116-
CMYK00.310.540.00
HSL26.09º98.57%72.55%-
HSV(B)26.09º54.33%99.61%-
XYZ59.5553.3823.69-
YUV192.4884.84171.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.52%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 116 (45.70% from 255) = 21.25%
R=46.52%
G=32.23%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417611600.310.540.0026.0998.5772.55
HexFEB07401F3601a6349
Octal37626016403766032143111
Binary1111111010110000111010001111111011001101011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB074; }

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

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

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

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

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

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

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

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