Shades of Corvette #F2B978
Tints of Corvette #F2B978
RGB
CMYK
RGB Variations
Color information
#F2B978 (or 0xF2B978) is known color: Corvette. HEX triplet: F2, B9 and 78. RGB value is (242,185,120). Sum of RGB (Red+Green+Blue) = 242+185+120=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B978 is #0D4687. Grayscale: #C2C2C2. Windows color (decimal): -870024 or 7911922. OLE color: 7911922.
HSL color Cylindrical-coordinate representation of color #F2B978: hue angle of 31.97º 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 #F2B978 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 120 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.05 |
| HSL | 31.97º | 0.82% | 0.71% | - |
| HSV(B) | 31.97º | 0.5% | 0.95% | - |
| XYZ | 57.36 | 54.93 | 25.35 | - |
| YUV | 194.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 120 | 0 | 0.24 | 0.50 | 0.05 | 31.97 | 0.82 | 0.71 |
| Hex | F2 | B9 | 78 | 0 | 18 | 32 | 5 | 20 | 52 | 47 |
| Octal | 362 | 271 | 170 | 0 | 30 | 62 | 5 | 40 | 122 | 107 |
| Binary | 11110010 | 10111001 | 1111000 | 0 | 11000 | 110010 | 101 | 100000 | 1010010 | 1000111 |
Color Harmonies of #F2B978
Complementary color
Monochromatic Colors of #F2B978
Black with #F2B978
Text Example
Text Example
White with #F2B978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B978; }
p { color: rgb(242,185,120); }
H1.HeaderClassName
{
color: #F2B978;
}
.AnyTagClassName
{
color: #F2B978;
}
</style>
background-color css
<style>
a { background-color: #F2B978; }
a { background-color: rgb(242,185,120); }
div.DivClassName
{
background-color: #F2B978;
}
.BgClassName
{
background-color: #F2B978;
}
</style>
border-color css
<style>
span { border-color: #F2B978; }
span { border-color: rgb(242,185,120); }
td.TdClassName
{
border-color: #F2B978;
}
.TagClassName
{
border-color: #F2B978;
}
</style>