#F2B473

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

Shades of Tacao #F2B473

Tints of Tacao #F2B473

Color information

#F2B473 (or 0xF2B473) is unknown color: approx Tacao. HEX triplet: F2, B4 and 73. RGB value is (242,180,115). Sum of RGB (Red+Green+Blue) = 242+180+115=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B473 is #0D4B8C. Grayscale: #BFBFBF. Windows color (decimal): -871309 or 7582962. OLE color: 7582962.

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

Color convert

RGB242180115-
CMYK00.260.520.05
HSL30.71º83.01%70%-
HSV(B)30.71º52.48%94.9%-
XYZ56.0352.7623.45-
YUV191.1385.04164.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.07%
GREEN value IS 180 (70.70% from 255) = 33.52%
BLUE value IS 115 (45.31% from 255) = 21.42%
R=45.07%
G=33.52%
B=21.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218011500.260.520.0530.7183.0170
HexF2B47301A3451f5346
Octal36226416303264537123106
Binary111100101011010011100110110101101001011111110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B473; }

 p { color: rgb(242,180,115); }

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

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

 a { background-color: rgb(242,180,115); }

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

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

 span { border-color: rgb(242,180,115); }

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