Shades of Corvette #F4BF84
Tints of Corvette #F4BF84
RGB
CMYK
RGB Variations
Color information
#F4BF84 (or 0xF4BF84) is known color: Corvette. HEX triplet: F4, BF and 84. RGB value is (244,191,132). Sum of RGB (Red+Green+Blue) = 244+191+132=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BF84 is #0B407B. Grayscale: #C8C8C8. Windows color (decimal): -737404 or 8699892. OLE color: 8699892.
HSL color Cylindrical-coordinate representation of color #F4BF84: hue angle of 31.61º 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 #F4BF84 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 132 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.04 |
| HSL | 31.61º | 0.84% | 0.74% | - |
| HSV(B) | 31.61º | 0.46% | 0.96% | - |
| XYZ | 60.1 | 58.16 | 29.89 | - |
| YUV | 200.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 132 | 0 | 0.22 | 0.46 | 0.04 | 31.61 | 0.84 | 0.74 |
| Hex | F4 | BF | 84 | 0 | 16 | 2E | 4 | 20 | 54 | 4A |
| Octal | 364 | 277 | 204 | 0 | 26 | 56 | 4 | 40 | 124 | 112 |
| Binary | 11110100 | 10111111 | 10000100 | 0 | 10110 | 101110 | 100 | 100000 | 1010100 | 1001010 |
Color Harmonies of #F4BF84
Complementary color
Monochromatic Colors of #F4BF84
Black with #F4BF84
Text Example
Text Example
White with #F4BF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BF84; }
p { color: rgb(244,191,132); }
H1.HeaderClassName
{
color: #F4BF84;
}
.AnyTagClassName
{
color: #F4BF84;
}
</style>
background-color css
<style>
a { background-color: #F4BF84; }
a { background-color: rgb(244,191,132); }
div.DivClassName
{
background-color: #F4BF84;
}
.BgClassName
{
background-color: #F4BF84;
}
</style>
border-color css
<style>
span { border-color: #F4BF84; }
span { border-color: rgb(244,191,132); }
td.TdClassName
{
border-color: #F4BF84;
}
.TagClassName
{
border-color: #F4BF84;
}
</style>