#F6B272

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

Shades of Tacao #F6B272

Tints of Tacao #F6B272

Color information

#F6B272 (or 0xF6B272) is unknown color: approx Tacao. HEX triplet: F6, B2 and 72. RGB value is (246,178,114). Sum of RGB (Red+Green+Blue) = 246+178+114=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B272 is #094D8D. Grayscale: #BFBFBF. Windows color (decimal): -609678 or 7516918. OLE color: 7516918.

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

Color convert

RGB246178114-
CMYK00.280.540.04
HSL29.09º88%70.59%-
HSV(B)29.09º53.66%96.47%-
XYZ56.9652.6523.08-
YUV191.0484.53167.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.72%
GREEN value IS 178 (69.92% from 255) = 33.09%
BLUE value IS 114 (44.92% from 255) = 21.19%
R=45.72%
G=33.09%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617811400.280.540.0429.098870.59
HexF6B27201C3641d5847
Octal36626216203466435130107
Binary111101101011001011100100111001101101001110110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B272; }

 p { color: rgb(246,178,114); }

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

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

 a { background-color: rgb(246,178,114); }

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

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

 span { border-color: rgb(246,178,114); }

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