Shades of Corvette #F0BE78
Tints of Corvette #F0BE78
RGB
CMYK
RGB Variations
Color information
#F0BE78 (or 0xF0BE78) is known color: Corvette. HEX triplet: F0, BE and 78. RGB value is (240,190,120). Sum of RGB (Red+Green+Blue) = 240+190+120=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BE78 is #0F4187. Grayscale: #C5C5C5. Windows color (decimal): -999816 or 7913200. OLE color: 7913200.
HSL color Cylindrical-coordinate representation of color #F0BE78: hue angle of 35º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0BE78 is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 120 | - |
| CMYK | 0 | 0.21 | 0.5 | 0.06 |
| HSL | 35º | 0.8% | 0.71% | - |
| HSV(B) | 35º | 0.5% | 0.94% | - |
| XYZ | 57.74 | 56.71 | 25.67 | - |
| YUV | 196.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 120 | 0 | 0.21 | 0.5 | 0.06 | 35 | 0.8 | 0.71 |
| Hex | F0 | BE | 78 | 0 | 15 | 32 | 6 | 23 | 50 | 47 |
| Octal | 360 | 276 | 170 | 0 | 25 | 62 | 6 | 43 | 120 | 107 |
| Binary | 11110000 | 10111110 | 1111000 | 0 | 10101 | 110010 | 110 | 100011 | 1010000 | 1000111 |
Color Harmonies of #F0BE78
Complementary color
Monochromatic Colors of #F0BE78
Black with #F0BE78
Text Example
Text Example
White with #F0BE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BE78; }
p { color: rgb(240,190,120); }
H1.HeaderClassName
{
color: #F0BE78;
}
.AnyTagClassName
{
color: #F0BE78;
}
</style>
background-color css
<style>
a { background-color: #F0BE78; }
a { background-color: rgb(240,190,120); }
div.DivClassName
{
background-color: #F0BE78;
}
.BgClassName
{
background-color: #F0BE78;
}
</style>
border-color css
<style>
span { border-color: #F0BE78; }
span { border-color: rgb(240,190,120); }
td.TdClassName
{
border-color: #F0BE78;
}
.TagClassName
{
border-color: #F0BE78;
}
</style>