Shades of Corvette #F4C08A
Tints of Corvette #F4C08A
RGB
CMYK
RGB Variations
Color information
#F4C08A (or 0xF4C08A) is known color: Corvette. HEX triplet: F4, C0 and 8A. RGB value is (244,192,138). Sum of RGB (Red+Green+Blue) = 244+192+138=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C08A is #0B3F75. Grayscale: #C9C9C9. Windows color (decimal): -737142 or 9093364. OLE color: 9093364.
HSL color Cylindrical-coordinate representation of color #F4C08A: hue angle of 30.57º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4C08A is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 138 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.04 |
| HSL | 30.57º | 0.83% | 0.75% | - |
| HSV(B) | 30.57º | 0.43% | 0.96% | - |
| XYZ | 60.75 | 58.77 | 32.19 | - |
| YUV | 201.39 | 92.23 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 138 | 0 | 0.21 | 0.43 | 0.04 | 30.57 | 0.83 | 0.75 |
| Hex | F4 | C0 | 8A | 0 | 15 | 2B | 4 | 1F | 53 | 4B |
| Octal | 364 | 300 | 212 | 0 | 25 | 53 | 4 | 37 | 123 | 113 |
| Binary | 11110100 | 11000000 | 10001010 | 0 | 10101 | 101011 | 100 | 11111 | 1010011 | 1001011 |
Color Harmonies of #F4C08A
Complementary color
Monochromatic Colors of #F4C08A
Black with #F4C08A
Text Example
Text Example
White with #F4C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C08A; }
p { color: rgb(244,192,138); }
H1.HeaderClassName
{
color: #F4C08A;
}
.AnyTagClassName
{
color: #F4C08A;
}
</style>
background-color css
<style>
a { background-color: #F4C08A; }
a { background-color: rgb(244,192,138); }
div.DivClassName
{
background-color: #F4C08A;
}
.BgClassName
{
background-color: #F4C08A;
}
</style>
border-color css
<style>
span { border-color: #F4C08A; }
span { border-color: rgb(244,192,138); }
td.TdClassName
{
border-color: #F4C08A;
}
.TagClassName
{
border-color: #F4C08A;
}
</style>