Html Css Color HEX #F7B370 Tacao

📋 copy color: '#F7B370'

red 247 ◦ green 179 ◦ blue 112

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

Shades of Tacao #F7B370

Tints of Tacao #F7B370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.82%

R = 45.91%
G = 33.27%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7B370 (or 0xF7B370) is known color: Tacao. HEX triplet: F7, B3 and 70. RGB value is (247,179,112). Sum of RGB (Red+Green+Blue) = 247+179+112=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B370 is #084C8F. Grayscale: #C0C0C0. Windows color (decimal): -543888 or 7386103. OLE color: 7386103.

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

Color convert

RGB 247 179 112 -
CMYK 0 0.28 0.55 0.03
HSL 29.78º 0.89% 0.7% -
HSV(B) 29.78º 0.55% 0.97% -
XYZ 57.4 53.18 22.57 -
YUV 191.69 83.03 167.45 -
System Red Green Blue C M Y K H S L
Decimal 247 179 112 0 0.28 0.55 0.03 29.78 0.89 0.7
Hex F7 B3 70 0 1C 37 3 1E 59 46
Octal 367 263 160 0 34 67 3 36 131 106
Binary 11110111 10110011 1110000 0 11100 110111 11 11110 1011001 1000110

Color Harmonies of #F7B370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B370

Black with #F7B370

Text Example


Text Example

White with #F7B370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B370; }

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

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

background-color css

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

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

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

border-color css

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

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

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