Shades of Corvette #F3C07B
Tints of Corvette #F3C07B
RGB
CMYK
RGB Variations
Color information
#F3C07B (or 0xF3C07B) is known color: Corvette. HEX triplet: F3, C0 and 7B. RGB value is (243,192,123). Sum of RGB (Red+Green+Blue) = 243+192+123=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 123 (48.44% from 255 or 22.04% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C07B is #0C3F84. Grayscale: #C7C7C7. Windows color (decimal): -802693 or 8110323. OLE color: 8110323.
HSL color Cylindrical-coordinate representation of color #F3C07B: hue angle of 34.5º 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 #F3C07B is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 123 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.05 |
| HSL | 34.5º | 0.83% | 0.72% | - |
| HSV(B) | 34.5º | 0.49% | 0.95% | - |
| XYZ | 59.39 | 58.18 | 26.84 | - |
| YUV | 199.38 | 84.9 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 123 | 0 | 0.21 | 0.49 | 0.05 | 34.5 | 0.83 | 0.72 |
| Hex | F3 | C0 | 7B | 0 | 15 | 31 | 5 | 22 | 53 | 48 |
| Octal | 363 | 300 | 173 | 0 | 25 | 61 | 5 | 42 | 123 | 110 |
| Binary | 11110011 | 11000000 | 1111011 | 0 | 10101 | 110001 | 101 | 100010 | 1010011 | 1001000 |
Color Harmonies of #F3C07B
Complementary color
Monochromatic Colors of #F3C07B
Black with #F3C07B
Text Example
Text Example
White with #F3C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C07B; }
p { color: rgb(243,192,123); }
H1.HeaderClassName
{
color: #F3C07B;
}
.AnyTagClassName
{
color: #F3C07B;
}
</style>
background-color css
<style>
a { background-color: #F3C07B; }
a { background-color: rgb(243,192,123); }
div.DivClassName
{
background-color: #F3C07B;
}
.BgClassName
{
background-color: #F3C07B;
}
</style>
border-color css
<style>
span { border-color: #F3C07B; }
span { border-color: rgb(243,192,123); }
td.TdClassName
{
border-color: #F3C07B;
}
.TagClassName
{
border-color: #F3C07B;
}
</style>