Shades of Corvette #F1BF89
Tints of Corvette #F1BF89
RGB
CMYK
RGB Variations
Color information
#F1BF89 (or 0xF1BF89) is known color: Corvette. HEX triplet: F1, BF and 89. RGB value is (241,191,137). Sum of RGB (Red+Green+Blue) = 241+191+137=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 137 (53.91% from 255 or 24.08% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BF89 is #0E4076. Grayscale: #C8C8C8. Windows color (decimal): -934007 or 9027569. OLE color: 9027569.
HSL color Cylindrical-coordinate representation of color #F1BF89: hue angle of 31.15º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1BF89 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 137 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.05 |
| HSL | 31.15º | 0.79% | 0.74% | - |
| HSV(B) | 31.15º | 0.43% | 0.95% | - |
| XYZ | 59.42 | 57.77 | 31.69 | - |
| YUV | 199.79 | 92.57 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 137 | 0 | 0.21 | 0.43 | 0.05 | 31.15 | 0.79 | 0.74 |
| Hex | F1 | BF | 89 | 0 | 15 | 2B | 5 | 1F | 4F | 4A |
| Octal | 361 | 277 | 211 | 0 | 25 | 53 | 5 | 37 | 117 | 112 |
| Binary | 11110001 | 10111111 | 10001001 | 0 | 10101 | 101011 | 101 | 11111 | 1001111 | 1001010 |
Color Harmonies of #F1BF89
Complementary color
Monochromatic Colors of #F1BF89
Black with #F1BF89
Text Example
Text Example
White with #F1BF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BF89; }
p { color: rgb(241,191,137); }
H1.HeaderClassName
{
color: #F1BF89;
}
.AnyTagClassName
{
color: #F1BF89;
}
</style>
background-color css
<style>
a { background-color: #F1BF89; }
a { background-color: rgb(241,191,137); }
div.DivClassName
{
background-color: #F1BF89;
}
.BgClassName
{
background-color: #F1BF89;
}
</style>
border-color css
<style>
span { border-color: #F1BF89; }
span { border-color: rgb(241,191,137); }
td.TdClassName
{
border-color: #F1BF89;
}
.TagClassName
{
border-color: #F1BF89;
}
</style>