#FEAF77

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

Shades of Tacao #FEAF77

Tints of Tacao #FEAF77

Color information

#FEAF77 (or 0xFEAF77) is unknown color: approx Tacao. HEX triplet: FE, AF and 77. RGB value is (254,175,119). Sum of RGB (Red+Green+Blue) = 254+175+119=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF77 is #015088. Grayscale: #C0C0C0. Windows color (decimal): -86153 or 7843838. OLE color: 7843838.

HSL color Cylindrical-coordinate representation of color #FEAF77: hue angle of 24.89º 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 #FEAF77 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB254175119-
CMYK00.310.530.00
HSL24.89º98.54%73.14%-
HSV(B)24.89º53.15%99.61%-
XYZ59.5353.0624.56-
YUV192.2486.67172.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.35%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 119 (46.88% from 255) = 21.72%
R=46.35%
G=31.93%
B=21.72%

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
Decimal25417511900.310.530.0024.8998.5473.14
HexFEAF7701F350196349
Octal37625716703765031143111
Binary1111111010101111111011101111111010101100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAF77; }

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

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

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

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

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

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

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

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