Html Css Color HEX #F2B180 Tacao

📋 copy color: '#F2B180'

red 242 ◦ green 177 ◦ blue 128

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

Shades of Tacao #F2B180

Tints of Tacao #F2B180

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.36%

 BLUE value IS 128 (50.39% from 255) = 23.4%

R = 44.24%
G = 32.36%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2B180 (or 0xF2B180) is known color: Tacao. HEX triplet: F2, B1 and 80. RGB value is (242,177,128). Sum of RGB (Red+Green+Blue) = 242+177+128=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B180 is #0D4E7F. Grayscale: #BFBFBF. Windows color (decimal): -872064 or 8434162. OLE color: 8434162.

HSL color Cylindrical-coordinate representation of color #F2B180: hue angle of 25.79º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2B180 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 177 128 -
CMYK 0 0.27 0.47 0.05
HSL 25.79º 0.81% 0.73% -
HSV(B) 25.79º 0.47% 0.95% -
XYZ 56.24 51.88 27.47 -
YUV 190.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 242 177 128 0 0.27 0.47 0.05 25.79 0.81 0.73
Hex F2 B1 80 0 1B 2F 5 1A 51 49
Octal 362 261 200 0 33 57 5 32 121 111
Binary 11110010 10110001 10000000 0 11011 101111 101 11010 1010001 1001001

Color Harmonies of #F2B180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B180

Black with #F2B180

Text Example


Text Example

White with #F2B180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B180; }

 p { color: rgb(242,177,128); }

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

background-color css

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

 a { background-color: rgb(242,177,128); }

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

border-color css

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

 span { border-color: rgb(242,177,128); }

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