#F2B272

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

Shades of Tacao #F2B272

Tints of Tacao #F2B272

Color information

#F2B272 (or 0xF2B272) is unknown color: approx Tacao. HEX triplet: F2, B2 and 72. RGB value is (242,178,114). Sum of RGB (Red+Green+Blue) = 242+178+114=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B272 is #0D4D8D. Grayscale: #BEBEBE. Windows color (decimal): -871822 or 7516914. OLE color: 7516914.

HSL color Cylindrical-coordinate representation of color #F2B272: hue angle of 30º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2B272 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB242178114-
CMYK00.260.530.05
HSL30º83.12%69.8%-
HSV(B)30º52.89%94.9%-
XYZ55.5851.9323.01-
YUV189.8485.2165.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.32%
GREEN value IS 178 (69.92% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 21.35%
R=45.32%
G=33.33%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217811400.260.530.053083.1269.8
HexF2B27201A3551e5346
Octal36226216203265536123106
Binary111100101011001011100100110101101011011111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B272; }

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

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

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

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

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

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

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

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