Html Css Color HEX #F0B185 Tacao

📋 copy color: '#F0B185'

red 240 ◦ green 177 ◦ blue 133

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

Shades of Tacao #F0B185

Tints of Tacao #F0B185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.18%

R = 43.64%
G = 32.18%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F0B185 (or 0xF0B185) is known color: Tacao. HEX triplet: F0, B1 and 85. RGB value is (240,177,133). Sum of RGB (Red+Green+Blue) = 240+177+133=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B185 is #0F4E7A. Grayscale: #BFBFBF. Windows color (decimal): -1003131 or 8761840. OLE color: 8761840.

HSL color Cylindrical-coordinate representation of color #F0B185: hue angle of 24.67º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0B185 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 177 133 -
CMYK 0 0.26 0.45 0.06
HSL 24.67º 0.78% 0.73% -
HSV(B) 24.67º 0.45% 0.94% -
XYZ 55.89 51.66 29.22 -
YUV 190.82 95.37 163.08 -
System Red Green Blue C M Y K H S L
Decimal 240 177 133 0 0.26 0.45 0.06 24.67 0.78 0.73
Hex F0 B1 85 0 1A 2D 6 19 4E 49
Octal 360 261 205 0 32 55 6 31 116 111
Binary 11110000 10110001 10000101 0 11010 101101 110 11001 1001110 1001001

Color Harmonies of #F0B185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B185

Black with #F0B185

Text Example


Text Example

White with #F0B185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B185; }

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

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

background-color css

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

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

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

border-color css

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

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

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