Html Css Color HEX #F8B376 Tacao

📋 copy color: '#F8B376'

red 248 ◦ green 179 ◦ blue 118

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

Shades of Tacao #F8B376

Tints of Tacao #F8B376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.84%

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

R = 45.5%
G = 32.84%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F8B376 (or 0xF8B376) is known color: Tacao. HEX triplet: F8, B3 and 76. RGB value is (248,179,118). Sum of RGB (Red+Green+Blue) = 248+179+118=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B376 is #074C89. Grayscale: #C0C0C0. Windows color (decimal): -478346 or 7779320. OLE color: 7779320.

HSL color Cylindrical-coordinate representation of color #F8B376: hue angle of 28.15º 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 #F8B376 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 179 118 -
CMYK 0 0.28 0.52 0.03
HSL 28.15º 0.9% 0.72% -
HSV(B) 28.15º 0.52% 0.97% -
XYZ 58.1 53.5 24.4 -
YUV 192.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 248 179 118 0 0.28 0.52 0.03 28.15 0.9 0.72
Hex F8 B3 76 0 1C 34 3 1C 5A 48
Octal 370 263 166 0 34 64 3 34 132 110
Binary 11111000 10110011 1110110 0 11100 110100 11 11100 1011010 1001000

Color Harmonies of #F8B376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B376

Black with #F8B376

Text Example


Text Example

White with #F8B376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B376; }

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

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

background-color css

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

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

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

border-color css

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

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

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