Html Css Color HEX #FDAD86 Tacao

📋 copy color: '#FDAD86'

red 253 ◦ green 173 ◦ blue 134

#FDAD86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacao #FDAD86

Tints of Tacao #FDAD86

RGB

 RED value IS 253 (99.22% from 255) = 45.18%

 GREEN value IS 173 (67.97% from 255) = 30.89%

 BLUE value IS 134 (52.73% from 255) = 23.93%

R = 45.18%
G = 30.89%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDAD86 (or 0xFDAD86) is known color: Tacao. HEX triplet: FD, AD and 86. RGB value is (253,173,134). Sum of RGB (Red+Green+Blue) = 253+173+134=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 134 (52.73% from 255 or 23.93% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAD86 is #025279. Grayscale: #C0C0C0. Windows color (decimal): -152186 or 8826365. OLE color: 8826365.

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

Color convert

RGB 253 173 134 -
CMYK 0 0.32 0.47 0.01
HSL 19.66º 0.97% 0.76% -
HSV(B) 19.66º 0.47% 0.99% -
XYZ 59.75 52.49 29.54 -
YUV 192.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 253 173 134 0 0.32 0.47 0.01 19.66 0.97 0.76
Hex FD AD 86 0 20 2F 1 14 61 4C
Octal 375 255 206 0 40 57 1 24 141 114
Binary 11111101 10101101 10000110 0 100000 101111 1 10100 1100001 1001100

Color Harmonies of #FDAD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAD86

Black with #FDAD86

Text Example


Text Example

White with #FDAD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAD86; }

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

 H1.HeaderClassName
 {
   color: #FDAD86;
 }
 .AnyTagClassName
 {
   color: #FDAD86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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