Shades of Corvette #F0B77F
Tints of Corvette #F0B77F
RGB
CMYK
RGB Variations
Color information
#F0B77F (or 0xF0B77F) is known color: Corvette. HEX triplet: F0, B7 and 7F. RGB value is (240,183,127). Sum of RGB (Red+Green+Blue) = 240+183+127=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B77F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B77F is #0F4880. Grayscale: #C1C1C1. Windows color (decimal): -1001601 or 8370160. OLE color: 8370160.
HSL color Cylindrical-coordinate representation of color #F0B77F: hue angle of 29.73º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0B77F is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 127 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.06 |
| HSL | 29.73º | 0.79% | 0.72% | - |
| HSV(B) | 29.73º | 0.47% | 0.94% | - |
| XYZ | 56.7 | 53.92 | 27.5 | - |
| YUV | 193.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 127 | 0 | 0.24 | 0.47 | 0.06 | 29.73 | 0.79 | 0.72 |
| Hex | F0 | B7 | 7F | 0 | 18 | 2F | 6 | 1E | 4F | 48 |
| Octal | 360 | 267 | 177 | 0 | 30 | 57 | 6 | 36 | 117 | 110 |
| Binary | 11110000 | 10110111 | 1111111 | 0 | 11000 | 101111 | 110 | 11110 | 1001111 | 1001000 |
Color Harmonies of #F0B77F
Complementary color
Monochromatic Colors of #F0B77F
Black with #F0B77F
Text Example
Text Example
White with #F0B77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B77F; }
p { color: rgb(240,183,127); }
H1.HeaderClassName
{
color: #F0B77F;
}
.AnyTagClassName
{
color: #F0B77F;
}
</style>
background-color css
<style>
a { background-color: #F0B77F; }
a { background-color: rgb(240,183,127); }
div.DivClassName
{
background-color: #F0B77F;
}
.BgClassName
{
background-color: #F0B77F;
}
</style>
border-color css
<style>
span { border-color: #F0B77F; }
span { border-color: rgb(240,183,127); }
td.TdClassName
{
border-color: #F0B77F;
}
.TagClassName
{
border-color: #F0B77F;
}
</style>