Shades of Corvette #F2C17D
Tints of Corvette #F2C17D
RGB
CMYK
RGB Variations
Color information
#F2C17D (or 0xF2C17D) is known color: Corvette. HEX triplet: F2, C1 and 7D. RGB value is (242,193,125). Sum of RGB (Red+Green+Blue) = 242+193+125=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C17D is #0D3E82. Grayscale: #C8C8C8. Windows color (decimal): -867971 or 8241650. OLE color: 8241650.
HSL color Cylindrical-coordinate representation of color #F2C17D: hue angle of 34.87º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2C17D is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 125 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.05 |
| HSL | 34.87º | 0.82% | 0.72% | - |
| HSV(B) | 34.87º | 0.48% | 0.95% | - |
| XYZ | 59.39 | 58.5 | 27.56 | - |
| YUV | 199.9 | 85.73 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 125 | 0 | 0.20 | 0.48 | 0.05 | 34.87 | 0.82 | 0.72 |
| Hex | F2 | C1 | 7D | 0 | 14 | 30 | 5 | 23 | 52 | 48 |
| Octal | 362 | 301 | 175 | 0 | 24 | 60 | 5 | 43 | 122 | 110 |
| Binary | 11110010 | 11000001 | 1111101 | 0 | 10100 | 110000 | 101 | 100011 | 1010010 | 1001000 |
Color Harmonies of #F2C17D
Complementary color
Monochromatic Colors of #F2C17D
Black with #F2C17D
Text Example
Text Example
White with #F2C17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C17D; }
p { color: rgb(242,193,125); }
H1.HeaderClassName
{
color: #F2C17D;
}
.AnyTagClassName
{
color: #F2C17D;
}
</style>
background-color css
<style>
a { background-color: #F2C17D; }
a { background-color: rgb(242,193,125); }
div.DivClassName
{
background-color: #F2C17D;
}
.BgClassName
{
background-color: #F2C17D;
}
</style>
border-color css
<style>
span { border-color: #F2C17D; }
span { border-color: rgb(242,193,125); }
td.TdClassName
{
border-color: #F2C17D;
}
.TagClassName
{
border-color: #F2C17D;
}
</style>