#F2B375

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

Shades of Tacao #F2B375

Tints of Tacao #F2B375

Color information

#F2B375 (or 0xF2B375) is unknown color: approx Tacao. HEX triplet: F2, B3 and 75. RGB value is (242,179,117). Sum of RGB (Red+Green+Blue) = 242+179+117=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B375 is #0D4C8A. Grayscale: #BFBFBF. Windows color (decimal): -871563 or 7713778. OLE color: 7713778.

HSL color Cylindrical-coordinate representation of color #F2B375: hue angle of 29.76º 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 #F2B375 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB242179117-
CMYK00.260.520.05
HSL29.76º82.78%70.39%-
HSV(B)29.76º51.65%94.9%-
XYZ55.9552.424-
YUV190.7786.37164.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.98%
GREEN value IS 179 (70.31% from 255) = 33.27%
BLUE value IS 117 (46.09% from 255) = 21.75%
R=44.98%
G=33.27%
B=21.75%

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
Decimal24217911700.260.520.0529.7682.7870.39
HexF2B37501A3451e5346
Octal36226316503264536123106
Binary111100101011001111101010110101101001011111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B375; }

 p { color: rgb(242,179,117); }

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

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

 a { background-color: rgb(242,179,117); }

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

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

 span { border-color: rgb(242,179,117); }

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