Shades of Corvette #F4C083
Tints of Corvette #F4C083
RGB
CMYK
RGB Variations
Color information
#F4C083 (or 0xF4C083) is known color: Corvette. HEX triplet: F4, C0 and 83. RGB value is (244,192,131). Sum of RGB (Red+Green+Blue) = 244+192+131=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C083 is #0B3F7C. Grayscale: #C8C8C8. Windows color (decimal): -737149 or 8634612. OLE color: 8634612.
HSL color Cylindrical-coordinate representation of color #F4C083: hue angle of 32.39º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F4C083 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 131 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.04 |
| HSL | 32.39º | 0.84% | 0.74% | - |
| HSV(B) | 32.39º | 0.46% | 0.96% | - |
| XYZ | 60.25 | 58.57 | 29.6 | - |
| YUV | 200.59 | 88.73 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 131 | 0 | 0.21 | 0.46 | 0.04 | 32.39 | 0.84 | 0.74 |
| Hex | F4 | C0 | 83 | 0 | 15 | 2E | 4 | 20 | 54 | 4A |
| Octal | 364 | 300 | 203 | 0 | 25 | 56 | 4 | 40 | 124 | 112 |
| Binary | 11110100 | 11000000 | 10000011 | 0 | 10101 | 101110 | 100 | 100000 | 1010100 | 1001010 |
Color Harmonies of #F4C083
Complementary color
Monochromatic Colors of #F4C083
Black with #F4C083
Text Example
Text Example
White with #F4C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C083; }
p { color: rgb(244,192,131); }
H1.HeaderClassName
{
color: #F4C083;
}
.AnyTagClassName
{
color: #F4C083;
}
</style>
background-color css
<style>
a { background-color: #F4C083; }
a { background-color: rgb(244,192,131); }
div.DivClassName
{
background-color: #F4C083;
}
.BgClassName
{
background-color: #F4C083;
}
</style>
border-color css
<style>
span { border-color: #F4C083; }
span { border-color: rgb(244,192,131); }
td.TdClassName
{
border-color: #F4C083;
}
.TagClassName
{
border-color: #F4C083;
}
</style>