Shades of Corvette #F4B882
Tints of Corvette #F4B882
RGB
CMYK
RGB Variations
Color information
#F4B882 (or 0xF4B882) is known color: Corvette. HEX triplet: F4, B8 and 82. RGB value is (244,184,130). Sum of RGB (Red+Green+Blue) = 244+184+130=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4B882 is #0B477D. Grayscale: #C4C4C4. Windows color (decimal): -739198 or 8567028. OLE color: 8567028.
HSL color Cylindrical-coordinate representation of color #F4B882: hue angle of 28.42º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F4B882 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 184 | 130 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.04 |
| HSL | 28.42º | 0.84% | 0.73% | - |
| HSV(B) | 28.42º | 0.47% | 0.96% | - |
| XYZ | 58.48 | 55.13 | 28.68 | - |
| YUV | 195.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 184 | 130 | 0 | 0.25 | 0.47 | 0.04 | 28.42 | 0.84 | 0.73 |
| Hex | F4 | B8 | 82 | 0 | 19 | 2F | 4 | 1C | 54 | 49 |
| Octal | 364 | 270 | 202 | 0 | 31 | 57 | 4 | 34 | 124 | 111 |
| Binary | 11110100 | 10111000 | 10000010 | 0 | 11001 | 101111 | 100 | 11100 | 1010100 | 1001001 |
Color Harmonies of #F4B882
Complementary color
Monochromatic Colors of #F4B882
Black with #F4B882
Text Example
Text Example
White with #F4B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B882; }
p { color: rgb(244,184,130); }
H1.HeaderClassName
{
color: #F4B882;
}
.AnyTagClassName
{
color: #F4B882;
}
</style>
background-color css
<style>
a { background-color: #F4B882; }
a { background-color: rgb(244,184,130); }
div.DivClassName
{
background-color: #F4B882;
}
.BgClassName
{
background-color: #F4B882;
}
</style>
border-color css
<style>
span { border-color: #F4B882; }
span { border-color: rgb(244,184,130); }
td.TdClassName
{
border-color: #F4B882;
}
.TagClassName
{
border-color: #F4B882;
}
</style>