Shades of Corvette #F6BF84
Tints of Corvette #F6BF84
RGB
CMYK
RGB Variations
Color information
#F6BF84 (or 0xF6BF84) is known color: Corvette. HEX triplet: F6, BF and 84. RGB value is (246,191,132). Sum of RGB (Red+Green+Blue) = 246+191+132=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BF84 is #09407B. Grayscale: #C9C9C9. Windows color (decimal): -606332 or 8699894. OLE color: 8699894.
HSL color Cylindrical-coordinate representation of color #F6BF84: hue angle of 31.05º degrees, saturation: 0.86, 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 #F6BF84 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 191 | 132 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.04 |
| HSL | 31.05º | 0.86% | 0.74% | - |
| HSV(B) | 31.05º | 0.46% | 0.96% | - |
| XYZ | 60.8 | 58.52 | 29.92 | - |
| YUV | 200.72 | 89.22 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 191 | 132 | 0 | 0.22 | 0.46 | 0.04 | 31.05 | 0.86 | 0.74 |
| Hex | F6 | BF | 84 | 0 | 16 | 2E | 4 | 1F | 56 | 4A |
| Octal | 366 | 277 | 204 | 0 | 26 | 56 | 4 | 37 | 126 | 112 |
| Binary | 11110110 | 10111111 | 10000100 | 0 | 10110 | 101110 | 100 | 11111 | 1010110 | 1001010 |
Color Harmonies of #F6BF84
Complementary color
Monochromatic Colors of #F6BF84
Black with #F6BF84
Text Example
Text Example
White with #F6BF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BF84; }
p { color: rgb(246,191,132); }
H1.HeaderClassName
{
color: #F6BF84;
}
.AnyTagClassName
{
color: #F6BF84;
}
</style>
background-color css
<style>
a { background-color: #F6BF84; }
a { background-color: rgb(246,191,132); }
div.DivClassName
{
background-color: #F6BF84;
}
.BgClassName
{
background-color: #F6BF84;
}
</style>
border-color css
<style>
span { border-color: #F6BF84; }
span { border-color: rgb(246,191,132); }
td.TdClassName
{
border-color: #F6BF84;
}
.TagClassName
{
border-color: #F6BF84;
}
</style>