#F8B07F

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

Shades of Tacao #F8B07F

Tints of Tacao #F8B07F

Color information

#F8B07F (or 0xF8B07F) is unknown color: approx Tacao. HEX triplet: F8, B0 and 7F. RGB value is (248,176,127). Sum of RGB (Red+Green+Blue) = 248+176+127=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B07F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B07F is #074F80. Grayscale: #C0C0C0. Windows color (decimal): -479105 or 8368376. OLE color: 8368376.

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

Color convert

RGB248176127-
CMYK00.290.490.03
HSL24.3º89.63%73.53%-
HSV(B)24.3º48.79%97.25%-
XYZ58.0752.5427.16-
YUV191.9491.35167.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.01%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 127 (50% from 255) = 23.05%
R=45.01%
G=31.94%
B=23.05%

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
Decimal24817612700.290.490.0324.389.6373.53
HexF8B07F01D313185a4a
Octal37026017703561330132112
Binary11111000101100001111111011101110001111100010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B07F; }

 p { color: rgb(248,176,127); }

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

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

 a { background-color: rgb(248,176,127); }

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

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

 span { border-color: rgb(248,176,127); }

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