#f0b288

Color #F0B288 Manhattan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manhattan #F0B288

Tints of Manhattan #F0B288

Color information

#F0B288 (or 0xF0B288) is unknown color: approx Manhattan. HEX triplet: F0, B2 and 88. RGB value is (240,178,136). Sum of RGB (Red+Green+Blue) = 240+178+136=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B288 is #0F4D77. Grayscale: #BFBFBF. Windows color (decimal): -1002872 or 8958704. OLE color: 8958704.

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

Color convert

RGB240178136-
CMYK00.260.430.06
HSL24.23º77.61%73.73%-
HSV(B)24.23º43.33%94.12%-
XYZ56.352.1430.39-
YUV191.7596.54162.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.32%
GREEN value IS 178 (69.92% from 255) = 32.13%
BLUE value IS 136 (53.52% from 255) = 24.55%
R=43.32%
G=32.13%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017813600.260.430.0624.2377.6173.73
HexF0B28801A2B6184e4a
Octal36026221003253630116112
Binary1111000010110010100010000110101010111101100010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0b288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0b288; }

 p { color: rgb(240,178,136); }

 H1.HeaderClassName
 {
   color: #f0b288;
 }
 .AnyTagClassName
 {
   color: #f0b288;
 }
</style>
background-color css

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

 a { background-color: rgb(240,178,136); }

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

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

 span { border-color: rgb(240,178,136); }

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