Shades of Corvette #F2BF77
Tints of Corvette #F2BF77
RGB
CMYK
RGB Variations
Color information
#F2BF77 (or 0xF2BF77) is known color: Corvette. HEX triplet: F2, BF and 77. RGB value is (242,191,119). Sum of RGB (Red+Green+Blue) = 242+191+119=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BF77 is #0D4088. Grayscale: #C6C6C6. Windows color (decimal): -868489 or 7847922. OLE color: 7847922.
HSL color Cylindrical-coordinate representation of color #F2BF77: hue angle of 35.12º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2BF77 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 119 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.05 |
| HSL | 35.12º | 0.83% | 0.71% | - |
| HSV(B) | 35.12º | 0.51% | 0.95% | - |
| XYZ | 58.58 | 57.47 | 25.46 | - |
| YUV | 198.04 | 83.4 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 119 | 0 | 0.21 | 0.51 | 0.05 | 35.12 | 0.83 | 0.71 |
| Hex | F2 | BF | 77 | 0 | 15 | 33 | 5 | 23 | 53 | 47 |
| Octal | 362 | 277 | 167 | 0 | 25 | 63 | 5 | 43 | 123 | 107 |
| Binary | 11110010 | 10111111 | 1110111 | 0 | 10101 | 110011 | 101 | 100011 | 1010011 | 1000111 |
Color Harmonies of #F2BF77
Complementary color
Monochromatic Colors of #F2BF77
Black with #F2BF77
Text Example
Text Example
White with #F2BF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BF77; }
p { color: rgb(242,191,119); }
H1.HeaderClassName
{
color: #F2BF77;
}
.AnyTagClassName
{
color: #F2BF77;
}
</style>
background-color css
<style>
a { background-color: #F2BF77; }
a { background-color: rgb(242,191,119); }
div.DivClassName
{
background-color: #F2BF77;
}
.BgClassName
{
background-color: #F2BF77;
}
</style>
border-color css
<style>
span { border-color: #F2BF77; }
span { border-color: rgb(242,191,119); }
td.TdClassName
{
border-color: #F2BF77;
}
.TagClassName
{
border-color: #F2BF77;
}
</style>