Shades of Corvette #F2BD7C
Tints of Corvette #F2BD7C
RGB
CMYK
RGB Variations
Color information
#F2BD7C (or 0xF2BD7C) is known color: Corvette. HEX triplet: F2, BD and 7C. RGB value is (242,189,124). Sum of RGB (Red+Green+Blue) = 242+189+124=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BD7C is #0D4283. Grayscale: #C5C5C5. Windows color (decimal): -868996 or 8175090. OLE color: 8175090.
HSL color Cylindrical-coordinate representation of color #F2BD7C: hue angle of 33.05º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2BD7C is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 124 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.05 |
| HSL | 33.05º | 0.82% | 0.72% | - |
| HSV(B) | 33.05º | 0.49% | 0.95% | - |
| XYZ | 58.45 | 56.73 | 26.94 | - |
| YUV | 197.44 | 86.56 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 124 | 0 | 0.22 | 0.49 | 0.05 | 33.05 | 0.82 | 0.72 |
| Hex | F2 | BD | 7C | 0 | 16 | 31 | 5 | 21 | 52 | 48 |
| Octal | 362 | 275 | 174 | 0 | 26 | 61 | 5 | 41 | 122 | 110 |
| Binary | 11110010 | 10111101 | 1111100 | 0 | 10110 | 110001 | 101 | 100001 | 1010010 | 1001000 |
Color Harmonies of #F2BD7C
Complementary color
Monochromatic Colors of #F2BD7C
Black with #F2BD7C
Text Example
Text Example
White with #F2BD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD7C; }
p { color: rgb(242,189,124); }
H1.HeaderClassName
{
color: #F2BD7C;
}
.AnyTagClassName
{
color: #F2BD7C;
}
</style>
background-color css
<style>
a { background-color: #F2BD7C; }
a { background-color: rgb(242,189,124); }
div.DivClassName
{
background-color: #F2BD7C;
}
.BgClassName
{
background-color: #F2BD7C;
}
</style>
border-color css
<style>
span { border-color: #F2BD7C; }
span { border-color: rgb(242,189,124); }
td.TdClassName
{
border-color: #F2BD7C;
}
.TagClassName
{
border-color: #F2BD7C;
}
</style>