Shades of Corvette #F2B878
Tints of Corvette #F2B878
RGB
CMYK
RGB Variations
Color information
#F2B878 (or 0xF2B878) is known color: Corvette. HEX triplet: F2, B8 and 78. RGB value is (242,184,120). Sum of RGB (Red+Green+Blue) = 242+184+120=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B878 is #0D4787. Grayscale: #C2C2C2. Windows color (decimal): -870280 or 7911666. OLE color: 7911666.
HSL color Cylindrical-coordinate representation of color #F2B878: hue angle of 31.48º 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 #F2B878 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 120 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.05 |
| HSL | 31.48º | 0.82% | 0.71% | - |
| HSV(B) | 31.48º | 0.5% | 0.95% | - |
| XYZ | 57.15 | 54.51 | 25.28 | - |
| YUV | 194.05 | 86.22 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 120 | 0 | 0.24 | 0.50 | 0.05 | 31.48 | 0.82 | 0.71 |
| Hex | F2 | B8 | 78 | 0 | 18 | 32 | 5 | 1F | 52 | 47 |
| Octal | 362 | 270 | 170 | 0 | 30 | 62 | 5 | 37 | 122 | 107 |
| Binary | 11110010 | 10111000 | 1111000 | 0 | 11000 | 110010 | 101 | 11111 | 1010010 | 1000111 |
Color Harmonies of #F2B878
Complementary color
Monochromatic Colors of #F2B878
Black with #F2B878
Text Example
Text Example
White with #F2B878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B878; }
p { color: rgb(242,184,120); }
H1.HeaderClassName
{
color: #F2B878;
}
.AnyTagClassName
{
color: #F2B878;
}
</style>
background-color css
<style>
a { background-color: #F2B878; }
a { background-color: rgb(242,184,120); }
div.DivClassName
{
background-color: #F2B878;
}
.BgClassName
{
background-color: #F2B878;
}
</style>
border-color css
<style>
span { border-color: #F2B878; }
span { border-color: rgb(242,184,120); }
td.TdClassName
{
border-color: #F2B878;
}
.TagClassName
{
border-color: #F2B878;
}
</style>