#FDAD84

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

Shades of Tacao #FDAD84

Tints of Tacao #FDAD84

Color information

#FDAD84 (or 0xFDAD84) is unknown color: approx Tacao. HEX triplet: FD, AD and 84. RGB value is (253,173,132). Sum of RGB (Red+Green+Blue) = 253+173+132=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAD84 is #02527B. Grayscale: #C0C0C0. Windows color (decimal): -152188 or 8695293. OLE color: 8695293.

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

Color convert

RGB253173132-
CMYK00.320.480.01
HSL20.33º96.8%75.49%-
HSV(B)20.33º47.83%99.22%-
XYZ59.6252.4428.81-
YUV192.2594171.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.34%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 132 (51.95% from 255) = 23.66%
R=45.34%
G=31.00%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317313200.320.480.0120.3396.875.49
HexFDAD8402030114614b
Octal37525520404060124141113
Binary111111011010110110000100010000011000011010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAD84; }

 p { color: rgb(253,173,132); }

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

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

 a { background-color: rgb(253,173,132); }

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

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

 span { border-color: rgb(253,173,132); }

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