#FEAF85

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

Shades of Tacao #FEAF85

Tints of Tacao #FEAF85

Color information

#FEAF85 (or 0xFEAF85) is unknown color: approx Tacao. HEX triplet: FE, AF and 85. RGB value is (254,175,133). Sum of RGB (Red+Green+Blue) = 254+175+133=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAF85 is #01507A. Grayscale: #C2C2C2. Windows color (decimal): -86139 or 8761342. OLE color: 8761342.

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

Color convert

RGB254175133-
CMYK00.310.480.00
HSL20.83º98.37%75.88%-
HSV(B)20.83º47.64%99.61%-
XYZ60.4453.4229.32-
YUV193.8393.67170.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.20%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=45.20%
G=31.14%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417513300.310.480.0020.8398.3775.88
HexFEAF8501F30015624c
Octal37625720503760025142114
Binary11111110101011111000010101111111000001010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAF85; }

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

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

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

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

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

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

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

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