#FDAF7D

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

Shades of Tacao #FDAF7D

Tints of Tacao #FDAF7D

Color information

#FDAF7D (or 0xFDAF7D) is unknown color: approx Tacao. HEX triplet: FD, AF and 7D. RGB value is (253,175,125). Sum of RGB (Red+Green+Blue) = 253+175+125=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAF7D is #025082. Grayscale: #C0C0C0. Windows color (decimal): -151683 or 8237053. OLE color: 8237053.

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

Color convert

RGB253175125-
CMYK00.310.510.01
HSL23.44º96.97%74.12%-
HSV(B)23.44º50.59%99.22%-
XYZ59.5453.0226.5-
YUV192.6289.84171.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.75%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 125 (49.22% from 255) = 22.60%
R=45.75%
G=31.65%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317512500.310.510.0123.4496.9774.12
HexFDAF7D01F33117614a
Octal37525717503763127141112
Binary1111110110101111111110101111111001111011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAF7D; }

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

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

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

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

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

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

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

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