#FEAD79

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

Shades of Tacao #FEAD79

Tints of Tacao #FEAD79

Color information

#FEAD79 (or 0xFEAD79) is unknown color: approx Tacao. HEX triplet: FE, AD and 79. RGB value is (254,173,121). Sum of RGB (Red+Green+Blue) = 254+173+121=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 121 (47.66% from 255 or 22.08% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD79 is #015286. Grayscale: #BFBFBF. Windows color (decimal): -86663 or 7974398. OLE color: 7974398.

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

Color convert

RGB254173121-
CMYK00.320.520.00
HSL23.46º98.52%73.53%-
HSV(B)23.46º52.36%99.61%-
XYZ59.2752.3425.07-
YUV191.2988.34172.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.35%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 121 (47.66% from 255) = 22.08%
R=46.35%
G=31.57%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417312100.320.520.0023.4698.5273.53
HexFEAD7902034017634a
Octal37625517104064027143112
Binary11111110101011011111001010000011010001011111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAD79; }

 p { color: rgb(254,173,121); }

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

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

 a { background-color: rgb(254,173,121); }

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

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

 span { border-color: rgb(254,173,121); }

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