Html Css Color HEX #F2B079 Tacao

📋 copy color: '#F2B079'

red 242 ◦ green 176 ◦ blue 121

#F2B079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacao #F2B079

Tints of Tacao #F2B079

RGB

 RED value IS 242 (94.92% from 255) = 44.9%

 GREEN value IS 176 (69.14% from 255) = 32.65%

 BLUE value IS 121 (47.66% from 255) = 22.45%

R = 44.9%
G = 32.65%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2B079 (or 0xF2B079) is known color: Tacao. HEX triplet: F2, B0 and 79. RGB value is (242,176,121). Sum of RGB (Red+Green+Blue) = 242+176+121=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B079 is #0D4F86. Grayscale: #BDBDBD. Windows color (decimal): -872327 or 7975154. OLE color: 7975154.

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

Color convert

RGB 242 176 121 -
CMYK 0 0.27 0.50 0.05
HSL 27.27º 0.82% 0.71% -
HSV(B) 27.27º 0.5% 0.95% -
XYZ 55.59 51.31 25.06 -
YUV 189.46 89.37 165.47 -
System Red Green Blue C M Y K H S L
Decimal 242 176 121 0 0.27 0.50 0.05 27.27 0.82 0.71
Hex F2 B0 79 0 1B 32 5 1B 52 47
Octal 362 260 171 0 33 62 5 33 122 107
Binary 11110010 10110000 1111001 0 11011 110010 101 11011 1010010 1000111

Color Harmonies of #F2B079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B079

Black with #F2B079

Text Example


Text Example

White with #F2B079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B079; }

 p { color: rgb(242,176,121); }

 H1.HeaderClassName
 {
   color: #F2B079;
 }
 .AnyTagClassName
 {
   color: #F2B079;
 }
</style>

background-color css

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

 a { background-color: rgb(242,176,121); }

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

border-color css

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

 span { border-color: rgb(242,176,121); }

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