Html Css Color HEX #FDAD85 Tacao

📋 copy color: '#FDAD85'

red 253 ◦ green 173 ◦ blue 133

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

Shades of Tacao #FDAD85

Tints of Tacao #FDAD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.79%

R = 45.26%
G = 30.95%
B = 23.79%

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

#FDAD85 (or 0xFDAD85) is known color: Tacao. HEX triplet: FD, AD and 85. RGB value is (253,173,133). Sum of RGB (Red+Green+Blue) = 253+173+133=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAD85 is #02527A. Grayscale: #C0C0C0. Windows color (decimal): -152187 or 8760829. OLE color: 8760829.

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

Color convert

RGB 253 173 133 -
CMYK 0 0.32 0.47 0.01
HSL 20º 0.97% 0.76% -
HSV(B) 20º 0.47% 0.99% -
XYZ 59.69 52.46 29.17 -
YUV 192.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 253 173 133 0 0.32 0.47 0.01 20 0.97 0.76
Hex FD AD 85 0 20 2F 1 14 61 4C
Octal 375 255 205 0 40 57 1 24 141 114
Binary 11111101 10101101 10000101 0 100000 101111 1 10100 1100001 1001100

Color Harmonies of #FDAD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAD85

Black with #FDAD85

Text Example


Text Example

White with #FDAD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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