Shades of Corvette #F0BC83
Tints of Corvette #F0BC83
RGB
CMYK
RGB Variations
Color information
#F0BC83 (or 0xF0BC83) is known color: Corvette. HEX triplet: F0, BC and 83. RGB value is (240,188,131). Sum of RGB (Red+Green+Blue) = 240+188+131=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 131 (51.56% from 255 or 23.43% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BC83 is #0F437C. Grayscale: #C5C5C5. Windows color (decimal): -1000317 or 8633584. OLE color: 8633584.
HSL color Cylindrical-coordinate representation of color #F0BC83: hue angle of 31.38º 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 #F0BC83 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 131 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.06 |
| HSL | 31.38º | 0.78% | 0.73% | - |
| HSV(B) | 31.38º | 0.45% | 0.94% | - |
| XYZ | 58.02 | 56.13 | 29.25 | - |
| YUV | 197.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 131 | 0 | 0.22 | 0.45 | 0.06 | 31.38 | 0.78 | 0.73 |
| Hex | F0 | BC | 83 | 0 | 16 | 2D | 6 | 1F | 4E | 49 |
| Octal | 360 | 274 | 203 | 0 | 26 | 55 | 6 | 37 | 116 | 111 |
| Binary | 11110000 | 10111100 | 10000011 | 0 | 10110 | 101101 | 110 | 11111 | 1001110 | 1001001 |
Color Harmonies of #F0BC83
Complementary color
Monochromatic Colors of #F0BC83
Black with #F0BC83
Text Example
Text Example
White with #F0BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC83; }
p { color: rgb(240,188,131); }
H1.HeaderClassName
{
color: #F0BC83;
}
.AnyTagClassName
{
color: #F0BC83;
}
</style>
background-color css
<style>
a { background-color: #F0BC83; }
a { background-color: rgb(240,188,131); }
div.DivClassName
{
background-color: #F0BC83;
}
.BgClassName
{
background-color: #F0BC83;
}
</style>
border-color css
<style>
span { border-color: #F0BC83; }
span { border-color: rgb(240,188,131); }
td.TdClassName
{
border-color: #F0BC83;
}
.TagClassName
{
border-color: #F0BC83;
}
</style>