Shades of Corvette #F1C286
Tints of Corvette #F1C286
RGB
CMYK
RGB Variations
Color information
#F1C286 (or 0xF1C286) is known color: Corvette. HEX triplet: F1, C2 and 86. RGB value is (241,194,134). Sum of RGB (Red+Green+Blue) = 241+194+134=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 134 (52.73% from 255 or 23.55% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C286 is #0E3D79. Grayscale: #C9C9C9. Windows color (decimal): -933242 or 8831729. OLE color: 8831729.
HSL color Cylindrical-coordinate representation of color #F1C286: hue angle of 33.64º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1C286 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 194 | 134 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.05 |
| HSL | 33.64º | 0.79% | 0.74% | - |
| HSV(B) | 33.64º | 0.44% | 0.95% | - |
| XYZ | 59.87 | 59.01 | 30.79 | - |
| YUV | 201.21 | 90.07 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 194 | 134 | 0 | 0.20 | 0.44 | 0.05 | 33.64 | 0.79 | 0.74 |
| Hex | F1 | C2 | 86 | 0 | 14 | 2C | 5 | 22 | 4F | 4A |
| Octal | 361 | 302 | 206 | 0 | 24 | 54 | 5 | 42 | 117 | 112 |
| Binary | 11110001 | 11000010 | 10000110 | 0 | 10100 | 101100 | 101 | 100010 | 1001111 | 1001010 |
Color Harmonies of #F1C286
Complementary color
Monochromatic Colors of #F1C286
Black with #F1C286
Text Example
Text Example
White with #F1C286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C286; }
p { color: rgb(241,194,134); }
H1.HeaderClassName
{
color: #F1C286;
}
.AnyTagClassName
{
color: #F1C286;
}
</style>
background-color css
<style>
a { background-color: #F1C286; }
a { background-color: rgb(241,194,134); }
div.DivClassName
{
background-color: #F1C286;
}
.BgClassName
{
background-color: #F1C286;
}
</style>
border-color css
<style>
span { border-color: #F1C286; }
span { border-color: rgb(241,194,134); }
td.TdClassName
{
border-color: #F1C286;
}
.TagClassName
{
border-color: #F1C286;
}
</style>