#FEAF74

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

Shades of Tacao #FEAF74

Tints of Tacao #FEAF74

Color information

#FEAF74 (or 0xFEAF74) is unknown color: approx Tacao. HEX triplet: FE, AF and 74. RGB value is (254,175,116). Sum of RGB (Red+Green+Blue) = 254+175+116=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF74 is #01508B. Grayscale: #C0C0C0. Windows color (decimal): -86156 or 7647230. OLE color: 7647230.

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

Color convert

RGB254175116-
CMYK00.310.540.00
HSL25.65º98.57%72.55%-
HSV(B)25.65º54.33%99.61%-
XYZ59.3652.9923.62-
YUV191.985.17172.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.61%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 116 (45.70% from 255) = 21.28%
R=46.61%
G=32.11%
B=21.28%

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
Decimal25417511600.310.540.0025.6598.5772.55
HexFEAF7401F3601a6349
Octal37625716403766032143111
Binary1111111010101111111010001111111011001101011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAF74; }

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

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

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

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

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

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

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

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