Shades of Corvette #F0C07E
Tints of Corvette #F0C07E
RGB
CMYK
RGB Variations
Color information
#F0C07E (or 0xF0C07E) is known color: Corvette. HEX triplet: F0, C0 and 7E. RGB value is (240,192,126). Sum of RGB (Red+Green+Blue) = 240+192+126=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 126 (49.61% from 255 or 22.58% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C07E is #0F3F81. Grayscale: #C7C7C7. Windows color (decimal): -999298 or 8306928. OLE color: 8306928.
HSL color Cylindrical-coordinate representation of color #F0C07E: hue angle of 34.74º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0C07E is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 126 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.06 |
| HSL | 34.74º | 0.79% | 0.72% | - |
| HSV(B) | 34.74º | 0.48% | 0.94% | - |
| XYZ | 58.55 | 57.73 | 27.8 | - |
| YUV | 198.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 126 | 0 | 0.20 | 0.48 | 0.06 | 34.74 | 0.79 | 0.72 |
| Hex | F0 | C0 | 7E | 0 | 14 | 30 | 6 | 23 | 4F | 48 |
| Octal | 360 | 300 | 176 | 0 | 24 | 60 | 6 | 43 | 117 | 110 |
| Binary | 11110000 | 11000000 | 1111110 | 0 | 10100 | 110000 | 110 | 100011 | 1001111 | 1001000 |
Color Harmonies of #F0C07E
Complementary color
Monochromatic Colors of #F0C07E
Black with #F0C07E
Text Example
Text Example
White with #F0C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C07E; }
p { color: rgb(240,192,126); }
H1.HeaderClassName
{
color: #F0C07E;
}
.AnyTagClassName
{
color: #F0C07E;
}
</style>
background-color css
<style>
a { background-color: #F0C07E; }
a { background-color: rgb(240,192,126); }
div.DivClassName
{
background-color: #F0C07E;
}
.BgClassName
{
background-color: #F0C07E;
}
</style>
border-color css
<style>
span { border-color: #F0C07E; }
span { border-color: rgb(240,192,126); }
td.TdClassName
{
border-color: #F0C07E;
}
.TagClassName
{
border-color: #F0C07E;
}
</style>