Html Css Color HEX #F8AD74 Tacao

📋 copy color: '#F8AD74'

red 248 ◦ green 173 ◦ blue 116

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

Shades of Tacao #F8AD74

Tints of Tacao #F8AD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.6%

R = 46.18%
G = 32.22%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F8AD74 (or 0xF8AD74) is known color: Tacao. HEX triplet: F8, AD and 74. RGB value is (248,173,116). Sum of RGB (Red+Green+Blue) = 248+173+116=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AD74 is #07528B. Grayscale: #BDBDBD. Windows color (decimal): -479884 or 7646712. OLE color: 7646712.

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

Color convert

RGB 248 173 116 -
CMYK 0 0.30 0.53 0.03
HSL 25.91º 0.9% 0.71% -
HSV(B) 25.91º 0.53% 0.97% -
XYZ 56.81 51.1 23.39 -
YUV 188.93 86.85 170.13 -
System Red Green Blue C M Y K H S L
Decimal 248 173 116 0 0.30 0.53 0.03 25.91 0.9 0.71
Hex F8 AD 74 0 1E 35 3 1A 5A 47
Octal 370 255 164 0 36 65 3 32 132 107
Binary 11111000 10101101 1110100 0 11110 110101 11 11010 1011010 1000111

Color Harmonies of #F8AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AD74

Black with #F8AD74

Text Example


Text Example

White with #F8AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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