Html Css Color HEX #F7B070 Tacao

📋 copy color: '#F7B070'

red 247 ◦ green 176 ◦ blue 112

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

Shades of Tacao #F7B070

Tints of Tacao #F7B070

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.9%

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

R = 46.17%
G = 32.9%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7B070 (or 0xF7B070) is known color: Tacao. HEX triplet: F7, B0 and 70. RGB value is (247,176,112). Sum of RGB (Red+Green+Blue) = 247+176+112=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B070 is #084F8F. Grayscale: #BEBEBE. Windows color (decimal): -544656 or 7385335. OLE color: 7385335.

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

Color convert

RGB 247 176 112 -
CMYK 0 0.29 0.55 0.03
HSL 28.44º 0.89% 0.7% -
HSV(B) 28.44º 0.55% 0.97% -
XYZ 56.81 51.99 22.37 -
YUV 189.93 84.02 168.7 -
System Red Green Blue C M Y K H S L
Decimal 247 176 112 0 0.29 0.55 0.03 28.44 0.89 0.7
Hex F7 B0 70 0 1D 37 3 1C 59 46
Octal 367 260 160 0 35 67 3 34 131 106
Binary 11110111 10110000 1110000 0 11101 110111 11 11100 1011001 1000110

Color Harmonies of #F7B070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B070

Black with #F7B070

Text Example


Text Example

White with #F7B070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B070; }

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

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

background-color css

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

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

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

border-color css

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

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

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