Html Css Color HEX #F0B177 Tacao

📋 copy color: '#F0B177'

red 240 ◦ green 177 ◦ blue 119

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

Shades of Tacao #F0B177

Tints of Tacao #F0B177

RGB

 RED value IS 240 (94.14% from 255) = 44.78%

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

 BLUE value IS 119 (46.88% from 255) = 22.2%

R = 44.78%
G = 33.02%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F0B177 (or 0xF0B177) is known color: Tacao. HEX triplet: F0, B1 and 77. RGB value is (240,177,119). Sum of RGB (Red+Green+Blue) = 240+177+119=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B177 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B177 is #0F4E88. Grayscale: #BDBDBD. Windows color (decimal): -1003145 or 7844336. OLE color: 7844336.

HSL color Cylindrical-coordinate representation of color #F0B177: hue angle of 28.76º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0B177 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 177 119 -
CMYK 0 0.26 0.50 0.06
HSL 28.76º 0.8% 0.7% -
HSV(B) 28.76º 0.5% 0.94% -
XYZ 54.99 51.3 24.46 -
YUV 189.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 240 177 119 0 0.26 0.50 0.06 28.76 0.8 0.7
Hex F0 B1 77 0 1A 32 6 1D 50 46
Octal 360 261 167 0 32 62 6 35 120 106
Binary 11110000 10110001 1110111 0 11010 110010 110 11101 1010000 1000110

Color Harmonies of #F0B177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B177

Black with #F0B177

Text Example


Text Example

White with #F0B177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B177; }

 p { color: rgb(240,177,119); }

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

background-color css

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

 a { background-color: rgb(240,177,119); }

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

border-color css

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

 span { border-color: rgb(240,177,119); }

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