Shades of Corvette #F0B881
Tints of Corvette #F0B881
RGB
CMYK
RGB Variations
Color information
#F0B881 (or 0xF0B881) is known color: Corvette. HEX triplet: F0, B8 and 81. RGB value is (240,184,129). Sum of RGB (Red+Green+Blue) = 240+184+129=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B881 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B881 is #0F477E. Grayscale: #C2C2C2. Windows color (decimal): -1001343 or 8501488. OLE color: 8501488.
HSL color Cylindrical-coordinate representation of color #F0B881: hue angle of 29.73º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0B881 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 129 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.06 |
| HSL | 29.73º | 0.79% | 0.72% | - |
| HSV(B) | 29.73º | 0.46% | 0.94% | - |
| XYZ | 57.04 | 54.39 | 28.26 | - |
| YUV | 194.47 | 91.05 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 129 | 0 | 0.23 | 0.46 | 0.06 | 29.73 | 0.79 | 0.72 |
| Hex | F0 | B8 | 81 | 0 | 17 | 2E | 6 | 1E | 4F | 48 |
| Octal | 360 | 270 | 201 | 0 | 27 | 56 | 6 | 36 | 117 | 110 |
| Binary | 11110000 | 10111000 | 10000001 | 0 | 10111 | 101110 | 110 | 11110 | 1001111 | 1001000 |
Color Harmonies of #F0B881
Complementary color
Monochromatic Colors of #F0B881
Black with #F0B881
Text Example
Text Example
White with #F0B881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B881; }
p { color: rgb(240,184,129); }
H1.HeaderClassName
{
color: #F0B881;
}
.AnyTagClassName
{
color: #F0B881;
}
</style>
background-color css
<style>
a { background-color: #F0B881; }
a { background-color: rgb(240,184,129); }
div.DivClassName
{
background-color: #F0B881;
}
.BgClassName
{
background-color: #F0B881;
}
</style>
border-color css
<style>
span { border-color: #F0B881; }
span { border-color: rgb(240,184,129); }
td.TdClassName
{
border-color: #F0B881;
}
.TagClassName
{
border-color: #F0B881;
}
</style>