Shades of Corvette #F2B87C
Tints of Corvette #F2B87C
RGB
CMYK
RGB Variations
Color information
#F2B87C (or 0xF2B87C) is known color: Corvette. HEX triplet: F2, B8 and 7C. RGB value is (242,184,124). Sum of RGB (Red+Green+Blue) = 242+184+124=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B87C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B87C is #0D4783. Grayscale: #C2C2C2. Windows color (decimal): -870276 or 8173810. OLE color: 8173810.
HSL color Cylindrical-coordinate representation of color #F2B87C: hue angle of 30.51º 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 #F2B87C is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 124 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.05 |
| HSL | 30.51º | 0.82% | 0.72% | - |
| HSV(B) | 30.51º | 0.49% | 0.95% | - |
| XYZ | 57.4 | 54.61 | 26.59 | - |
| YUV | 194.5 | 88.22 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 124 | 0 | 0.24 | 0.49 | 0.05 | 30.51 | 0.82 | 0.72 |
| Hex | F2 | B8 | 7C | 0 | 18 | 31 | 5 | 1F | 52 | 48 |
| Octal | 362 | 270 | 174 | 0 | 30 | 61 | 5 | 37 | 122 | 110 |
| Binary | 11110010 | 10111000 | 1111100 | 0 | 11000 | 110001 | 101 | 11111 | 1010010 | 1001000 |
Color Harmonies of #F2B87C
Complementary color
Monochromatic Colors of #F2B87C
Black with #F2B87C
Text Example
Text Example
White with #F2B87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B87C; }
p { color: rgb(242,184,124); }
H1.HeaderClassName
{
color: #F2B87C;
}
.AnyTagClassName
{
color: #F2B87C;
}
</style>
background-color css
<style>
a { background-color: #F2B87C; }
a { background-color: rgb(242,184,124); }
div.DivClassName
{
background-color: #F2B87C;
}
.BgClassName
{
background-color: #F2B87C;
}
</style>
border-color css
<style>
span { border-color: #F2B87C; }
span { border-color: rgb(242,184,124); }
td.TdClassName
{
border-color: #F2B87C;
}
.TagClassName
{
border-color: #F2B87C;
}
</style>