Shades of Corvette #F5C07D
Tints of Corvette #F5C07D
RGB
CMYK
RGB Variations
Color information
#F5C07D (or 0xF5C07D) is known color: Corvette. HEX triplet: F5, C0 and 7D. RGB value is (245,192,125). Sum of RGB (Red+Green+Blue) = 245+192+125=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C07D is #0A3F82. Grayscale: #C8C8C8. Windows color (decimal): -671619 or 8241397. OLE color: 8241397.
HSL color Cylindrical-coordinate representation of color #F5C07D: hue angle of 33.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5C07D is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 125 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.04 |
| HSL | 33.5º | 0.86% | 0.73% | - |
| HSV(B) | 33.5º | 0.49% | 0.96% | - |
| XYZ | 60.21 | 58.59 | 27.54 | - |
| YUV | 200.21 | 85.56 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 125 | 0 | 0.22 | 0.49 | 0.04 | 33.5 | 0.86 | 0.73 |
| Hex | F5 | C0 | 7D | 0 | 16 | 31 | 4 | 22 | 56 | 49 |
| Octal | 365 | 300 | 175 | 0 | 26 | 61 | 4 | 42 | 126 | 111 |
| Binary | 11110101 | 11000000 | 1111101 | 0 | 10110 | 110001 | 100 | 100010 | 1010110 | 1001001 |
Color Harmonies of #F5C07D
Complementary color
Monochromatic Colors of #F5C07D
Black with #F5C07D
Text Example
Text Example
White with #F5C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C07D; }
p { color: rgb(245,192,125); }
H1.HeaderClassName
{
color: #F5C07D;
}
.AnyTagClassName
{
color: #F5C07D;
}
</style>
background-color css
<style>
a { background-color: #F5C07D; }
a { background-color: rgb(245,192,125); }
div.DivClassName
{
background-color: #F5C07D;
}
.BgClassName
{
background-color: #F5C07D;
}
</style>
border-color css
<style>
span { border-color: #F5C07D; }
span { border-color: rgb(245,192,125); }
td.TdClassName
{
border-color: #F5C07D;
}
.TagClassName
{
border-color: #F5C07D;
}
</style>