Shades of Corvette #F2B77C
Tints of Corvette #F2B77C
RGB
CMYK
RGB Variations
Color information
#F2B77C (or 0xF2B77C) is known color: Corvette. HEX triplet: F2, B7 and 7C. RGB value is (242,183,124). Sum of RGB (Red+Green+Blue) = 242+183+124=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B77C is #0D4883. Grayscale: #C2C2C2. Windows color (decimal): -870532 or 8173554. OLE color: 8173554.
HSL color Cylindrical-coordinate representation of color #F2B77C: hue angle of 30º 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 #F2B77C is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 124 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.05 |
| HSL | 30º | 0.82% | 0.72% | - |
| HSV(B) | 30º | 0.49% | 0.95% | - |
| XYZ | 57.19 | 54.2 | 26.52 | - |
| YUV | 193.92 | 88.55 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 124 | 0 | 0.24 | 0.49 | 0.05 | 30 | 0.82 | 0.72 |
| Hex | F2 | B7 | 7C | 0 | 18 | 31 | 5 | 1E | 52 | 48 |
| Octal | 362 | 267 | 174 | 0 | 30 | 61 | 5 | 36 | 122 | 110 |
| Binary | 11110010 | 10110111 | 1111100 | 0 | 11000 | 110001 | 101 | 11110 | 1010010 | 1001000 |
Color Harmonies of #F2B77C
Complementary color
Monochromatic Colors of #F2B77C
Black with #F2B77C
Text Example
Text Example
White with #F2B77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B77C; }
p { color: rgb(242,183,124); }
H1.HeaderClassName
{
color: #F2B77C;
}
.AnyTagClassName
{
color: #F2B77C;
}
</style>
background-color css
<style>
a { background-color: #F2B77C; }
a { background-color: rgb(242,183,124); }
div.DivClassName
{
background-color: #F2B77C;
}
.BgClassName
{
background-color: #F2B77C;
}
</style>
border-color css
<style>
span { border-color: #F2B77C; }
span { border-color: rgb(242,183,124); }
td.TdClassName
{
border-color: #F2B77C;
}
.TagClassName
{
border-color: #F2B77C;
}
</style>