Html Css Color HEX #F8A976 Tacao

📋 copy color: '#F8A976'

red 248 ◦ green 169 ◦ blue 118

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

Shades of Tacao #F8A976

Tints of Tacao #F8A976

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.59%

 BLUE value IS 118 (46.48% from 255) = 22.06%

R = 46.36%
G = 31.59%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F8A976 (or 0xF8A976) is known color: Tacao. HEX triplet: F8, A9 and 76. RGB value is (248,169,118). Sum of RGB (Red+Green+Blue) = 248+169+118=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A976 is #075689. Grayscale: #BBBBBB. Windows color (decimal): -480906 or 7776760. OLE color: 7776760.

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

Color convert

RGB 248 169 118 -
CMYK 0 0.32 0.52 0.03
HSL 23.54º 0.9% 0.72% -
HSV(B) 23.54º 0.52% 0.97% -
XYZ 56.17 49.64 23.76 -
YUV 186.81 89.17 171.65 -
System Red Green Blue C M Y K H S L
Decimal 248 169 118 0 0.32 0.52 0.03 23.54 0.9 0.72
Hex F8 A9 76 0 20 34 3 18 5A 48
Octal 370 251 166 0 40 64 3 30 132 110
Binary 11111000 10101001 1110110 0 100000 110100 11 11000 1011010 1001000

Color Harmonies of #F8A976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A976

Black with #F8A976

Text Example


Text Example

White with #F8A976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A976; }

 p { color: rgb(248,169,118); }

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

background-color css

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

 a { background-color: rgb(248,169,118); }

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

border-color css

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

 span { border-color: rgb(248,169,118); }

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