#FEB17A

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

Shades of Tacao #FEB17A

Tints of Tacao #FEB17A

Color information

#FEB17A (or 0xFEB17A) is unknown color: approx Tacao. HEX triplet: FE, B1 and 7A. RGB value is (254,177,122). Sum of RGB (Red+Green+Blue) = 254+177+122=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB17A is #014E85. Grayscale: #C2C2C2. Windows color (decimal): -85638 or 8040958. OLE color: 8040958.

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

Color convert

RGB254177122-
CMYK00.300.520.00
HSL25º98.51%73.73%-
HSV(B)25º51.97%99.61%-
XYZ60.1153.9225.65-
YUV193.7587.51170.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.93%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 122 (48.05% from 255) = 22.06%
R=45.93%
G=32.01%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417712200.300.520.002598.5173.73
HexFEB17A01E34019634a
Octal37626117203664031143112
Binary1111111010110001111101001111011010001100111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB17A; }

 p { color: rgb(254,177,122); }

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

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

 a { background-color: rgb(254,177,122); }

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

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

 span { border-color: rgb(254,177,122); }

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