Shades of Corvette #F1BD76
Tints of Corvette #F1BD76
RGB
CMYK
RGB Variations
Color information
#F1BD76 (or 0xF1BD76) is known color: Corvette. HEX triplet: F1, BD and 76. RGB value is (241,189,118). Sum of RGB (Red+Green+Blue) = 241+189+118=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BD76 is #0E4289. Grayscale: #C4C4C4. Windows color (decimal): -934538 or 7781873. OLE color: 7781873.
HSL color Cylindrical-coordinate representation of color #F1BD76: hue angle of 34.63º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1BD76 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 118 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.05 |
| HSL | 34.63º | 0.81% | 0.7% | - |
| HSV(B) | 34.63º | 0.51% | 0.95% | - |
| XYZ | 57.74 | 56.4 | 24.98 | - |
| YUV | 196.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 118 | 0 | 0.22 | 0.51 | 0.05 | 34.63 | 0.81 | 0.7 |
| Hex | F1 | BD | 76 | 0 | 16 | 33 | 5 | 23 | 51 | 46 |
| Octal | 361 | 275 | 166 | 0 | 26 | 63 | 5 | 43 | 121 | 106 |
| Binary | 11110001 | 10111101 | 1110110 | 0 | 10110 | 110011 | 101 | 100011 | 1010001 | 1000110 |
Color Harmonies of #F1BD76
Complementary color
Monochromatic Colors of #F1BD76
Black with #F1BD76
Text Example
Text Example
White with #F1BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BD76; }
p { color: rgb(241,189,118); }
H1.HeaderClassName
{
color: #F1BD76;
}
.AnyTagClassName
{
color: #F1BD76;
}
</style>
background-color css
<style>
a { background-color: #F1BD76; }
a { background-color: rgb(241,189,118); }
div.DivClassName
{
background-color: #F1BD76;
}
.BgClassName
{
background-color: #F1BD76;
}
</style>
border-color css
<style>
span { border-color: #F1BD76; }
span { border-color: rgb(241,189,118); }
td.TdClassName
{
border-color: #F1BD76;
}
.TagClassName
{
border-color: #F1BD76;
}
</style>