Html Css Color HEX #F7B372 Tacao

📋 copy color: '#F7B372'

red 247 ◦ green 179 ◦ blue 114

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

Shades of Tacao #F7B372

Tints of Tacao #F7B372

RGB

 RED value IS 247 (96.88% from 255) = 45.74%

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

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

R = 45.74%
G = 33.15%
B = 21.11%

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

#F7B372 (or 0xF7B372) is known color: Tacao. HEX triplet: F7, B3 and 72. RGB value is (247,179,114). Sum of RGB (Red+Green+Blue) = 247+179+114=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B372 is #084C8D. Grayscale: #C0C0C0. Windows color (decimal): -543886 or 7517175. OLE color: 7517175.

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

Color convert

RGB 247 179 114 -
CMYK 0 0.28 0.54 0.03
HSL 29.32º 0.89% 0.71% -
HSV(B) 29.32º 0.54% 0.97% -
XYZ 57.52 53.23 23.16 -
YUV 191.92 84.03 167.29 -
System Red Green Blue C M Y K H S L
Decimal 247 179 114 0 0.28 0.54 0.03 29.32 0.89 0.71
Hex F7 B3 72 0 1C 36 3 1D 59 47
Octal 367 263 162 0 34 66 3 35 131 107
Binary 11110111 10110011 1110010 0 11100 110110 11 11101 1011001 1000111

Color Harmonies of #F7B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B372

Black with #F7B372

Text Example


Text Example

White with #F7B372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B372; }

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

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

background-color css

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

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

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

border-color css

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

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

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