Html Css Color HEX #F8B372 Tacao

📋 copy color: '#F8B372'

red 248 ◦ green 179 ◦ blue 114

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

Shades of Tacao #F8B372

Tints of Tacao #F8B372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.07%

R = 45.84%
G = 33.09%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F8B372 (or 0xF8B372) is known color: Tacao. HEX triplet: F8, B3 and 72. RGB value is (248,179,114). Sum of RGB (Red+Green+Blue) = 248+179+114=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B372 is #074C8D. Grayscale: #C0C0C0. Windows color (decimal): -478350 or 7517176. OLE color: 7517176.

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

Color convert

RGB 248 179 114 -
CMYK 0 0.28 0.54 0.03
HSL 29.1º 0.91% 0.71% -
HSV(B) 29.1º 0.54% 0.97% -
XYZ 57.87 53.41 23.18 -
YUV 192.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 248 179 114 0 0.28 0.54 0.03 29.1 0.91 0.71
Hex F8 B3 72 0 1C 36 3 1D 5B 47
Octal 370 263 162 0 34 66 3 35 133 107
Binary 11111000 10110011 1110010 0 11100 110110 11 11101 1011011 1000111

Color Harmonies of #F8B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B372

Black with #F8B372

Text Example


Text Example

White with #F8B372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B372; }

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

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

background-color css

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

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

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

border-color css

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

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

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