#F0B47D

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

Shades of Tacao #F0B47D

Tints of Tacao #F0B47D

Color information

#F0B47D (or 0xF0B47D) is unknown color: approx Tacao. HEX triplet: F0, B4 and 7D. RGB value is (240,180,125). Sum of RGB (Red+Green+Blue) = 240+180+125=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B47D is #0F4B82. Grayscale: #BFBFBF. Windows color (decimal): -1002371 or 8238320. OLE color: 8238320.

HSL color Cylindrical-coordinate representation of color #F0B47D: hue angle of 28.7º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0B47D is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB240180125-
CMYK00.250.480.06
HSL28.7º79.31%71.57%-
HSV(B)28.7º47.92%94.12%-
XYZ55.9652.6526.61-
YUV191.6790.38162.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.04%
GREEN value IS 180 (70.70% from 255) = 33.03%
BLUE value IS 125 (49.22% from 255) = 22.94%
R=44.04%
G=33.03%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018012500.250.480.0628.779.3171.57
HexF0B47D0193061d4f48
Octal36026417503160635117110
Binary111100001011010011111010110011100001101110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B47D; }

 p { color: rgb(240,180,125); }

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

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

 a { background-color: rgb(240,180,125); }

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

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

 span { border-color: rgb(240,180,125); }

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