Html Css Color HEX #F8B375 Tacao

📋 copy color: '#F8B375'

red 248 ◦ green 179 ◦ blue 117

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

Shades of Tacao #F8B375

Tints of Tacao #F8B375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.51%

R = 45.59%
G = 32.9%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F8B375 (or 0xF8B375) is known color: Tacao. HEX triplet: F8, B3 and 75. RGB value is (248,179,117). Sum of RGB (Red+Green+Blue) = 248+179+117=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B375 is #074C8A. Grayscale: #C0C0C0. Windows color (decimal): -478347 or 7713784. OLE color: 7713784.

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

Color convert

RGB 248 179 117 -
CMYK 0 0.28 0.53 0.03
HSL 28.4º 0.9% 0.72% -
HSV(B) 28.4º 0.53% 0.97% -
XYZ 58.04 53.48 24.09 -
YUV 192.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 248 179 117 0 0.28 0.53 0.03 28.4 0.9 0.72
Hex F8 B3 75 0 1C 35 3 1C 5A 48
Octal 370 263 165 0 34 65 3 34 132 110
Binary 11111000 10110011 1110101 0 11100 110101 11 11100 1011010 1001000

Color Harmonies of #F8B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B375

Black with #F8B375

Text Example


Text Example

White with #F8B375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B375; }

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

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

background-color css

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

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

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

border-color css

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

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

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