Html Css Color HEX #F8AD80 Tacao

📋 copy color: '#F8AD80'

red 248 ◦ green 173 ◦ blue 128

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

Shades of Tacao #F8AD80

Tints of Tacao #F8AD80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.32%

R = 45.17%
G = 31.51%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F8AD80 (or 0xF8AD80) is known color: Tacao. HEX triplet: F8, AD and 80. RGB value is (248,173,128). Sum of RGB (Red+Green+Blue) = 248+173+128=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AD80 is #07527F. Grayscale: #BEBEBE. Windows color (decimal): -479872 or 8433144. OLE color: 8433144.

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

Color convert

RGB 248 173 128 -
CMYK 0 0.30 0.48 0.03
HSL 22.5º 0.9% 0.74% -
HSV(B) 22.5º 0.48% 0.97% -
XYZ 57.55 51.4 27.31 -
YUV 190.3 92.85 169.16 -
System Red Green Blue C M Y K H S L
Decimal 248 173 128 0 0.30 0.48 0.03 22.5 0.9 0.74
Hex F8 AD 80 0 1E 30 3 16 5A 4A
Octal 370 255 200 0 36 60 3 26 132 112
Binary 11111000 10101101 10000000 0 11110 110000 11 10110 1011010 1001010

Color Harmonies of #F8AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AD80

Black with #F8AD80

Text Example


Text Example

White with #F8AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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