#F2B778

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

Shades of Tacao #F2B778

Tints of Tacao #F2B778

Color information

#F2B778 (or 0xF2B778) is unknown color: approx Tacao. HEX triplet: F2, B7 and 78. RGB value is (242,183,120). Sum of RGB (Red+Green+Blue) = 242+183+120=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B778 is #0D4887. Grayscale: #C1C1C1. Windows color (decimal): -870536 or 7911410. OLE color: 7911410.

HSL color Cylindrical-coordinate representation of color #F2B778: hue angle of 30.98º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2B778 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242183120-
CMYK00.240.500.05
HSL30.98º82.43%70.98%-
HSV(B)30.98º50.41%94.9%-
XYZ56.9454.125.21-
YUV193.4686.55162.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 183 (71.88% from 255) = 33.58%
BLUE value IS 120 (47.27% from 255) = 22.02%
R=44.40%
G=33.58%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218312000.240.500.0530.9882.4370.98
HexF2B7780183251f5247
Octal36226717003062537122107
Binary111100101011011111110000110001100101011111110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B778; }

 p { color: rgb(242,183,120); }

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

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

 a { background-color: rgb(242,183,120); }

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

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

 span { border-color: rgb(242,183,120); }

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