Shades of Corvette #F2B879
Tints of Corvette #F2B879
RGB
CMYK
RGB Variations
Color information
#F2B879 (or 0xF2B879) is known color: Corvette. HEX triplet: F2, B8 and 79. RGB value is (242,184,121). Sum of RGB (Red+Green+Blue) = 242+184+121=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 121 (47.66% from 255 or 22.12% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B879 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B879 is #0D4786. Grayscale: #C2C2C2. Windows color (decimal): -870279 or 7977202. OLE color: 7977202.
HSL color Cylindrical-coordinate representation of color #F2B879: hue angle of 31.24º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2B879 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 121 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.05 |
| HSL | 31.24º | 0.82% | 0.71% | - |
| HSV(B) | 31.24º | 0.5% | 0.95% | - |
| XYZ | 57.21 | 54.54 | 25.6 | - |
| YUV | 194.16 | 86.72 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 121 | 0 | 0.24 | 0.50 | 0.05 | 31.24 | 0.82 | 0.71 |
| Hex | F2 | B8 | 79 | 0 | 18 | 32 | 5 | 1F | 52 | 47 |
| Octal | 362 | 270 | 171 | 0 | 30 | 62 | 5 | 37 | 122 | 107 |
| Binary | 11110010 | 10111000 | 1111001 | 0 | 11000 | 110010 | 101 | 11111 | 1010010 | 1000111 |
Color Harmonies of #F2B879
Complementary color
Monochromatic Colors of #F2B879
Black with #F2B879
Text Example
Text Example
White with #F2B879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B879; }
p { color: rgb(242,184,121); }
H1.HeaderClassName
{
color: #F2B879;
}
.AnyTagClassName
{
color: #F2B879;
}
</style>
background-color css
<style>
a { background-color: #F2B879; }
a { background-color: rgb(242,184,121); }
div.DivClassName
{
background-color: #F2B879;
}
.BgClassName
{
background-color: #F2B879;
}
</style>
border-color css
<style>
span { border-color: #F2B879; }
span { border-color: rgb(242,184,121); }
td.TdClassName
{
border-color: #F2B879;
}
.TagClassName
{
border-color: #F2B879;
}
</style>