Shades of Corvette #F0B98A
Tints of Corvette #F0B98A
RGB
CMYK
RGB Variations
Color information
#F0B98A (or 0xF0B98A) is known color: Corvette. HEX triplet: F0, B9 and 8A. RGB value is (240,185,138). Sum of RGB (Red+Green+Blue) = 240+185+138=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B98A is #0F4675. Grayscale: #C4C4C4. Windows color (decimal): -1001078 or 9091568. OLE color: 9091568.
HSL color Cylindrical-coordinate representation of color #F0B98A: hue angle of 27.65º degrees, saturation: 0.77, 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 #F0B98A is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 138 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.06 |
| HSL | 27.65º | 0.77% | 0.74% | - |
| HSV(B) | 27.65º | 0.43% | 0.94% | - |
| XYZ | 57.87 | 55.06 | 31.62 | - |
| YUV | 196.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 138 | 0 | 0.23 | 0.42 | 0.06 | 27.65 | 0.77 | 0.74 |
| Hex | F0 | B9 | 8A | 0 | 17 | 2A | 6 | 1C | 4D | 4A |
| Octal | 360 | 271 | 212 | 0 | 27 | 52 | 6 | 34 | 115 | 112 |
| Binary | 11110000 | 10111001 | 10001010 | 0 | 10111 | 101010 | 110 | 11100 | 1001101 | 1001010 |
Color Harmonies of #F0B98A
Complementary color
Monochromatic Colors of #F0B98A
Black with #F0B98A
Text Example
Text Example
White with #F0B98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B98A; }
p { color: rgb(240,185,138); }
H1.HeaderClassName
{
color: #F0B98A;
}
.AnyTagClassName
{
color: #F0B98A;
}
</style>
background-color css
<style>
a { background-color: #F0B98A; }
a { background-color: rgb(240,185,138); }
div.DivClassName
{
background-color: #F0B98A;
}
.BgClassName
{
background-color: #F0B98A;
}
</style>
border-color css
<style>
span { border-color: #F0B98A; }
span { border-color: rgb(240,185,138); }
td.TdClassName
{
border-color: #F0B98A;
}
.TagClassName
{
border-color: #F0B98A;
}
</style>