#FDAF7C

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

Shades of Tacao #FDAF7C

Tints of Tacao #FDAF7C

Color information

#FDAF7C (or 0xFDAF7C) is unknown color: approx Tacao. HEX triplet: FD, AF and 7C. RGB value is (253,175,124). Sum of RGB (Red+Green+Blue) = 253+175+124=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAF7C is #025083. Grayscale: #C0C0C0. Windows color (decimal): -151684 or 8171517. OLE color: 8171517.

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

Color convert

RGB253175124-
CMYK00.310.510.01
HSL23.72º96.99%73.92%-
HSV(B)23.72º50.99%99.22%-
XYZ59.485326.16-
YUV192.5189.34171.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.83%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 124 (48.83% from 255) = 22.46%
R=45.83%
G=31.70%
B=22.46%

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
Decimal25317512400.310.510.0123.7296.9973.92
HexFDAF7C01F33118614a
Octal37525717403763130141112
Binary1111110110101111111110001111111001111100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAF7C; }

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

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

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

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

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

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

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

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