Shades of Corvette #F0C07D
Tints of Corvette #F0C07D
RGB
CMYK
RGB Variations
Color information
#F0C07D (or 0xF0C07D) is known color: Corvette. HEX triplet: F0, C0 and 7D. RGB value is (240,192,125). Sum of RGB (Red+Green+Blue) = 240+192+125=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C07D is #0F3F82. Grayscale: #C7C7C7. Windows color (decimal): -999299 or 8241392. OLE color: 8241392.
HSL color Cylindrical-coordinate representation of color #F0C07D: hue angle of 34.96º 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 #F0C07D is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 125 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.06 |
| HSL | 34.96º | 0.79% | 0.72% | - |
| HSV(B) | 34.96º | 0.48% | 0.94% | - |
| XYZ | 58.49 | 57.71 | 27.46 | - |
| YUV | 198.71 | 86.4 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 125 | 0 | 0.20 | 0.48 | 0.06 | 34.96 | 0.79 | 0.72 |
| Hex | F0 | C0 | 7D | 0 | 14 | 30 | 6 | 23 | 4F | 48 |
| Octal | 360 | 300 | 175 | 0 | 24 | 60 | 6 | 43 | 117 | 110 |
| Binary | 11110000 | 11000000 | 1111101 | 0 | 10100 | 110000 | 110 | 100011 | 1001111 | 1001000 |
Color Harmonies of #F0C07D
Complementary color
Monochromatic Colors of #F0C07D
Black with #F0C07D
Text Example
Text Example
White with #F0C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C07D; }
p { color: rgb(240,192,125); }
H1.HeaderClassName
{
color: #F0C07D;
}
.AnyTagClassName
{
color: #F0C07D;
}
</style>
background-color css
<style>
a { background-color: #F0C07D; }
a { background-color: rgb(240,192,125); }
div.DivClassName
{
background-color: #F0C07D;
}
.BgClassName
{
background-color: #F0C07D;
}
</style>
border-color css
<style>
span { border-color: #F0C07D; }
span { border-color: rgb(240,192,125); }
td.TdClassName
{
border-color: #F0C07D;
}
.TagClassName
{
border-color: #F0C07D;
}
</style>