Shades of Corvette #F0BE7A
Tints of Corvette #F0BE7A
RGB
CMYK
RGB Variations
Color information
#F0BE7A (or 0xF0BE7A) is known color: Corvette. HEX triplet: F0, BE and 7A. RGB value is (240,190,122). Sum of RGB (Red+Green+Blue) = 240+190+122=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BE7A is #0F4185. Grayscale: #C5C5C5. Windows color (decimal): -999814 or 8044272. OLE color: 8044272.
HSL color Cylindrical-coordinate representation of color #F0BE7A: hue angle of 34.58º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0BE7A is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 122 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.06 |
| HSL | 34.58º | 0.8% | 0.71% | - |
| HSV(B) | 34.58º | 0.49% | 0.94% | - |
| XYZ | 57.86 | 56.76 | 26.32 | - |
| YUV | 197.2 | 85.57 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 122 | 0 | 0.21 | 0.49 | 0.06 | 34.58 | 0.8 | 0.71 |
| Hex | F0 | BE | 7A | 0 | 15 | 31 | 6 | 23 | 50 | 47 |
| Octal | 360 | 276 | 172 | 0 | 25 | 61 | 6 | 43 | 120 | 107 |
| Binary | 11110000 | 10111110 | 1111010 | 0 | 10101 | 110001 | 110 | 100011 | 1010000 | 1000111 |
Color Harmonies of #F0BE7A
Complementary color
Monochromatic Colors of #F0BE7A
Black with #F0BE7A
Text Example
Text Example
White with #F0BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BE7A; }
p { color: rgb(240,190,122); }
H1.HeaderClassName
{
color: #F0BE7A;
}
.AnyTagClassName
{
color: #F0BE7A;
}
</style>
background-color css
<style>
a { background-color: #F0BE7A; }
a { background-color: rgb(240,190,122); }
div.DivClassName
{
background-color: #F0BE7A;
}
.BgClassName
{
background-color: #F0BE7A;
}
</style>
border-color css
<style>
span { border-color: #F0BE7A; }
span { border-color: rgb(240,190,122); }
td.TdClassName
{
border-color: #F0BE7A;
}
.TagClassName
{
border-color: #F0BE7A;
}
</style>