Shades of Corvette #F0B585
Tints of Corvette #F0B585
RGB
CMYK
RGB Variations
Color information
#F0B585 (or 0xF0B585) is known color: Corvette. HEX triplet: F0, B5 and 85. RGB value is (240,181,133). Sum of RGB (Red+Green+Blue) = 240+181+133=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B585 is #0F4A7A. Grayscale: #C1C1C1. Windows color (decimal): -1002107 or 8762864. OLE color: 8762864.
HSL color Cylindrical-coordinate representation of color #F0B585: hue angle of 26.92º 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 #F0B585 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 133 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.06 |
| HSL | 26.92º | 0.78% | 0.73% | - |
| HSV(B) | 26.92º | 0.45% | 0.94% | - |
| XYZ | 56.69 | 53.27 | 29.48 | - |
| YUV | 193.17 | 94.05 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 133 | 0 | 0.25 | 0.45 | 0.06 | 26.92 | 0.78 | 0.73 |
| Hex | F0 | B5 | 85 | 0 | 19 | 2D | 6 | 1B | 4E | 49 |
| Octal | 360 | 265 | 205 | 0 | 31 | 55 | 6 | 33 | 116 | 111 |
| Binary | 11110000 | 10110101 | 10000101 | 0 | 11001 | 101101 | 110 | 11011 | 1001110 | 1001001 |
Color Harmonies of #F0B585
Complementary color
Monochromatic Colors of #F0B585
Black with #F0B585
Text Example
Text Example
White with #F0B585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B585; }
p { color: rgb(240,181,133); }
H1.HeaderClassName
{
color: #F0B585;
}
.AnyTagClassName
{
color: #F0B585;
}
</style>
background-color css
<style>
a { background-color: #F0B585; }
a { background-color: rgb(240,181,133); }
div.DivClassName
{
background-color: #F0B585;
}
.BgClassName
{
background-color: #F0B585;
}
</style>
border-color css
<style>
span { border-color: #F0B585; }
span { border-color: rgb(240,181,133); }
td.TdClassName
{
border-color: #F0B585;
}
.TagClassName
{
border-color: #F0B585;
}
</style>