Shades of Corvette #F1C078
Tints of Corvette #F1C078
RGB
CMYK
RGB Variations
Color information
#F1C078 (or 0xF1C078) is known color: Corvette. HEX triplet: F1, C0 and 78. RGB value is (241,192,120). Sum of RGB (Red+Green+Blue) = 241+192+120=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C078 is #0E3F87. Grayscale: #C6C6C6. Windows color (decimal): -933768 or 7913713. OLE color: 7913713.
HSL color Cylindrical-coordinate representation of color #F1C078: hue angle of 35.7º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F1C078 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 120 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.05 |
| HSL | 35.7º | 0.81% | 0.71% | - |
| HSV(B) | 35.7º | 0.5% | 0.95% | - |
| XYZ | 58.52 | 57.76 | 25.83 | - |
| YUV | 198.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 120 | 0 | 0.20 | 0.50 | 0.05 | 35.7 | 0.81 | 0.71 |
| Hex | F1 | C0 | 78 | 0 | 14 | 32 | 5 | 24 | 51 | 47 |
| Octal | 361 | 300 | 170 | 0 | 24 | 62 | 5 | 44 | 121 | 107 |
| Binary | 11110001 | 11000000 | 1111000 | 0 | 10100 | 110010 | 101 | 100100 | 1010001 | 1000111 |
Color Harmonies of #F1C078
Complementary color
Monochromatic Colors of #F1C078
Black with #F1C078
Text Example
Text Example
White with #F1C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C078; }
p { color: rgb(241,192,120); }
H1.HeaderClassName
{
color: #F1C078;
}
.AnyTagClassName
{
color: #F1C078;
}
</style>
background-color css
<style>
a { background-color: #F1C078; }
a { background-color: rgb(241,192,120); }
div.DivClassName
{
background-color: #F1C078;
}
.BgClassName
{
background-color: #F1C078;
}
</style>
border-color css
<style>
span { border-color: #F1C078; }
span { border-color: rgb(241,192,120); }
td.TdClassName
{
border-color: #F1C078;
}
.TagClassName
{
border-color: #F1C078;
}
</style>