Html Css Color HEX #FDAF85 Tacao

📋 copy color: '#FDAF85'

red 253 ◦ green 175 ◦ blue 133

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

Shades of Tacao #FDAF85

Tints of Tacao #FDAF85

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.19%

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

R = 45.1%
G = 31.19%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDAF85 (or 0xFDAF85) is known color: Tacao. HEX triplet: FD, AF and 85. RGB value is (253,175,133). Sum of RGB (Red+Green+Blue) = 253+175+133=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAF85 is #02507A. Grayscale: #C1C1C1. Windows color (decimal): -151675 or 8761341. OLE color: 8761341.

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

Color convert

RGB 253 175 133 -
CMYK 0 0.31 0.47 0.01
HSL 21º 0.97% 0.76% -
HSV(B) 21º 0.47% 0.99% -
XYZ 60.07 53.24 29.3 -
YUV 193.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 253 175 133 0 0.31 0.47 0.01 21 0.97 0.76
Hex FD AF 85 0 1F 2F 1 15 61 4C
Octal 375 257 205 0 37 57 1 25 141 114
Binary 11111101 10101111 10000101 0 11111 101111 1 10101 1100001 1001100

Color Harmonies of #FDAF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAF85

Black with #FDAF85

Text Example


Text Example

White with #FDAF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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