#f5b273

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

Shades of Tacao #F5B273

Tints of Tacao #F5B273

Color information

#F5B273 (or 0xF5B273) is unknown color: approx Tacao. HEX triplet: F5, B2 and 73. RGB value is (245,178,115). Sum of RGB (Red+Green+Blue) = 245+178+115=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B273 is #0A4D8C. Grayscale: #BFBFBF. Windows color (decimal): -675213 or 7582453. OLE color: 7582453.

HSL color Cylindrical-coordinate representation of color #F5B273: hue angle of 29.08º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5B273 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB245178115-
CMYK00.270.530.04
HSL29.08º86.67%70.59%-
HSV(B)29.08º53.06%96.08%-
XYZ56.6752.4923.36-
YUV190.8585.2166.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.54%
GREEN value IS 178 (69.92% from 255) = 33.09%
BLUE value IS 115 (45.31% from 255) = 21.38%
R=45.54%
G=33.09%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517811500.270.530.0429.0886.6770.59
HexF5B27301B3541d5747
Octal36526216303365435127107
Binary111101011011001011100110110111101011001110110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5b273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5b273; }

 p { color: rgb(245,178,115); }

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

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

 a { background-color: rgb(245,178,115); }

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

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

 span { border-color: rgb(245,178,115); }

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