Html Css Color HEX #F2B776 Tacao

📋 copy color: '#F2B776'

red 242 ◦ green 183 ◦ blue 118

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

Shades of Tacao #F2B776

Tints of Tacao #F2B776

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.7%

 BLUE value IS 118 (46.48% from 255) = 21.73%

R = 44.57%
G = 33.7%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2B776 (or 0xF2B776) is known color: Tacao. HEX triplet: F2, B7 and 76. RGB value is (242,183,118). Sum of RGB (Red+Green+Blue) = 242+183+118=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B776 is #0D4889. Grayscale: #C1C1C1. Windows color (decimal): -870538 or 7780338. OLE color: 7780338.

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

Color convert

RGB 242 183 118 -
CMYK 0 0.24 0.51 0.05
HSL 31.45º 0.83% 0.71% -
HSV(B) 31.45º 0.51% 0.95% -
XYZ 56.82 54.05 24.58 -
YUV 193.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 242 183 118 0 0.24 0.51 0.05 31.45 0.83 0.71
Hex F2 B7 76 0 18 33 5 1F 53 47
Octal 362 267 166 0 30 63 5 37 123 107
Binary 11110010 10110111 1110110 0 11000 110011 101 11111 1010011 1000111

Color Harmonies of #F2B776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B776

Black with #F2B776

Text Example


Text Example

White with #F2B776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B776; }

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

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

background-color css

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

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

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

border-color css

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

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

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