Html Css Color HEX #F8AD86 Tacao

📋 copy color: '#F8AD86'

red 248 ◦ green 173 ◦ blue 134

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

Shades of Tacao #F8AD86

Tints of Tacao #F8AD86

RGB

 RED value IS 248 (97.27% from 255) = 44.68%

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

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

R = 44.68%
G = 31.17%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F8AD86 (or 0xF8AD86) is known color: Tacao. HEX triplet: F8, AD and 86. RGB value is (248,173,134). Sum of RGB (Red+Green+Blue) = 248+173+134=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AD86 is #075279. Grayscale: #BFBFBF. Windows color (decimal): -479866 or 8826360. OLE color: 8826360.

HSL color Cylindrical-coordinate representation of color #F8AD86: hue angle of 20.53º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8AD86 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 173 134 -
CMYK 0 0.30 0.46 0.03
HSL 20.53º 0.89% 0.75% -
HSV(B) 20.53º 0.46% 0.97% -
XYZ 57.96 51.56 29.45 -
YUV 190.98 95.85 168.67 -
System Red Green Blue C M Y K H S L
Decimal 248 173 134 0 0.30 0.46 0.03 20.53 0.89 0.75
Hex F8 AD 86 0 1E 2E 3 15 59 4B
Octal 370 255 206 0 36 56 3 25 131 113
Binary 11111000 10101101 10000110 0 11110 101110 11 10101 1011001 1001011

Color Harmonies of #F8AD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AD86

Black with #F8AD86

Text Example


Text Example

White with #F8AD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AD86; }

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

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

background-color css

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

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

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

border-color css

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

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

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