#FDAF72

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

Shades of Tacao #FDAF72

Tints of Tacao #FDAF72

Color information

#FDAF72 (or 0xFDAF72) is unknown color: approx Tacao. HEX triplet: FD, AF and 72. RGB value is (253,175,114). Sum of RGB (Red+Green+Blue) = 253+175+114=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAF72 is #02508D. Grayscale: #BFBFBF. Windows color (decimal): -151694 or 7516157. OLE color: 7516157.

HSL color Cylindrical-coordinate representation of color #FDAF72: hue angle of 26.33º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDAF72 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB253175114-
CMYK00.310.550.01
HSL26.33º97.2%71.96%-
HSV(B)26.33º54.94%99.22%-
XYZ58.8852.7623-
YUV191.3784.34171.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.68%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 114 (44.92% from 255) = 21.03%
R=46.68%
G=32.29%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317511400.310.550.0126.3397.271.96
HexFDAF7201F3711a6148
Octal37525716203767132141110
Binary1111110110101111111001001111111011111101011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAF72; }

 p { color: rgb(253,175,114); }

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

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

 a { background-color: rgb(253,175,114); }

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

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

 span { border-color: rgb(253,175,114); }

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