Shades of Corvette #F3C07D
Tints of Corvette #F3C07D
RGB
CMYK
RGB Variations
Color information
#F3C07D (or 0xF3C07D) is known color: Corvette. HEX triplet: F3, C0 and 7D. RGB value is (243,192,125). Sum of RGB (Red+Green+Blue) = 243+192+125=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C07D is #0C3F82. Grayscale: #C7C7C7. Windows color (decimal): -802691 or 8241395. OLE color: 8241395.
HSL color Cylindrical-coordinate representation of color #F3C07D: hue angle of 34.07º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3C07D is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 125 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.05 |
| HSL | 34.07º | 0.83% | 0.72% | - |
| HSV(B) | 34.07º | 0.49% | 0.95% | - |
| XYZ | 59.51 | 58.23 | 27.51 | - |
| YUV | 199.61 | 85.9 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 125 | 0 | 0.21 | 0.49 | 0.05 | 34.07 | 0.83 | 0.72 |
| Hex | F3 | C0 | 7D | 0 | 15 | 31 | 5 | 22 | 53 | 48 |
| Octal | 363 | 300 | 175 | 0 | 25 | 61 | 5 | 42 | 123 | 110 |
| Binary | 11110011 | 11000000 | 1111101 | 0 | 10101 | 110001 | 101 | 100010 | 1010011 | 1001000 |
Color Harmonies of #F3C07D
Complementary color
Monochromatic Colors of #F3C07D
Black with #F3C07D
Text Example
Text Example
White with #F3C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C07D; }
p { color: rgb(243,192,125); }
H1.HeaderClassName
{
color: #F3C07D;
}
.AnyTagClassName
{
color: #F3C07D;
}
</style>
background-color css
<style>
a { background-color: #F3C07D; }
a { background-color: rgb(243,192,125); }
div.DivClassName
{
background-color: #F3C07D;
}
.BgClassName
{
background-color: #F3C07D;
}
</style>
border-color css
<style>
span { border-color: #F3C07D; }
span { border-color: rgb(243,192,125); }
td.TdClassName
{
border-color: #F3C07D;
}
.TagClassName
{
border-color: #F3C07D;
}
</style>