#F7B07D

Color #F7B07D Tacao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacao #F7B07D

Tints of Tacao #F7B07D

Color information

#F7B07D (or 0xF7B07D) is unknown color: approx Tacao. HEX triplet: F7, B0 and 7D. RGB value is (247,176,125). Sum of RGB (Red+Green+Blue) = 247+176+125=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B07D is #084F82. Grayscale: #BFBFBF. Windows color (decimal): -544643 or 8237303. OLE color: 8237303.

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

Color convert

RGB247176125-
CMYK00.290.490.03
HSL25.08º88.41%72.94%-
HSV(B)25.08º49.39%96.86%-
XYZ57.5852.3126.46-
YUV191.4290.52167.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.07%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 125 (49.22% from 255) = 22.81%
R=45.07%
G=32.12%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717612500.290.490.0325.0888.4172.94
HexF7B07D01D313195849
Octal36726017503561331130111
Binary11110111101100001111101011101110001111100110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B07D; }

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

 H1.HeaderClassName
 {
   color: #F7B07D;
 }
 .AnyTagClassName
 {
   color: #F7B07D;
 }
</style>
background-color css

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

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

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

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

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

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