Html Css Color HEX #F7B076 Tacao

📋 copy color: '#F7B076'

red 247 ◦ green 176 ◦ blue 118

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

Shades of Tacao #F7B076

Tints of Tacao #F7B076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.81%

R = 45.66%
G = 32.53%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F7B076 (or 0xF7B076) is known color: Tacao. HEX triplet: F7, B0 and 76. RGB value is (247,176,118). Sum of RGB (Red+Green+Blue) = 247+176+118=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B076 is #084F89. Grayscale: #BEBEBE. Windows color (decimal): -544650 or 7778551. OLE color: 7778551.

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

Color convert

RGB 247 176 118 -
CMYK 0 0.29 0.52 0.03
HSL 26.98º 0.89% 0.72% -
HSV(B) 26.98º 0.52% 0.97% -
XYZ 57.15 52.13 24.19 -
YUV 190.62 87.02 168.22 -
System Red Green Blue C M Y K H S L
Decimal 247 176 118 0 0.29 0.52 0.03 26.98 0.89 0.72
Hex F7 B0 76 0 1D 34 3 1B 59 48
Octal 367 260 166 0 35 64 3 33 131 110
Binary 11110111 10110000 1110110 0 11101 110100 11 11011 1011001 1001000

Color Harmonies of #F7B076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B076

Black with #F7B076

Text Example


Text Example

White with #F7B076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B076; }

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

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

background-color css

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

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

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

border-color css

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

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

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