Shades of Corvette #F0B877
Tints of Corvette #F0B877
RGB
CMYK
RGB Variations
Color information
#F0B877 (or 0xF0B877) is known color: Corvette. HEX triplet: F0, B8 and 77. RGB value is (240,184,119). Sum of RGB (Red+Green+Blue) = 240+184+119=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B877 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B877 is #0F4788. Grayscale: #C1C1C1. Windows color (decimal): -1001353 or 7846128. OLE color: 7846128.
HSL color Cylindrical-coordinate representation of color #F0B877: hue angle of 32.23º 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 #F0B877 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 119 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.06 |
| HSL | 32.23º | 0.8% | 0.7% | - |
| HSV(B) | 32.23º | 0.5% | 0.94% | - |
| XYZ | 56.41 | 54.14 | 24.93 | - |
| YUV | 193.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 119 | 0 | 0.23 | 0.50 | 0.06 | 32.23 | 0.8 | 0.7 |
| Hex | F0 | B8 | 77 | 0 | 17 | 32 | 6 | 20 | 50 | 46 |
| Octal | 360 | 270 | 167 | 0 | 27 | 62 | 6 | 40 | 120 | 106 |
| Binary | 11110000 | 10111000 | 1110111 | 0 | 10111 | 110010 | 110 | 100000 | 1010000 | 1000110 |
Color Harmonies of #F0B877
Complementary color
Monochromatic Colors of #F0B877
Black with #F0B877
Text Example
Text Example
White with #F0B877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B877; }
p { color: rgb(240,184,119); }
H1.HeaderClassName
{
color: #F0B877;
}
.AnyTagClassName
{
color: #F0B877;
}
</style>
background-color css
<style>
a { background-color: #F0B877; }
a { background-color: rgb(240,184,119); }
div.DivClassName
{
background-color: #F0B877;
}
.BgClassName
{
background-color: #F0B877;
}
</style>
border-color css
<style>
span { border-color: #F0B877; }
span { border-color: rgb(240,184,119); }
td.TdClassName
{
border-color: #F0B877;
}
.TagClassName
{
border-color: #F0B877;
}
</style>