Shades of Corvette #F2B584
Tints of Corvette #F2B584
RGB
CMYK
RGB Variations
Color information
#F2B584 (or 0xF2B584) is known color: Corvette. HEX triplet: F2, B5 and 84. RGB value is (242,181,132). Sum of RGB (Red+Green+Blue) = 242+181+132=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B584 is #0D4A7B. Grayscale: #C1C1C1. Windows color (decimal): -871036 or 8697330. OLE color: 8697330.
HSL color Cylindrical-coordinate representation of color #F2B584: hue angle of 26.73º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2B584 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 132 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.05 |
| HSL | 26.73º | 0.81% | 0.73% | - |
| HSV(B) | 26.73º | 0.45% | 0.95% | - |
| XYZ | 57.31 | 53.59 | 29.15 | - |
| YUV | 193.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 132 | 0 | 0.25 | 0.45 | 0.05 | 26.73 | 0.81 | 0.73 |
| Hex | F2 | B5 | 84 | 0 | 19 | 2D | 5 | 1B | 51 | 49 |
| Octal | 362 | 265 | 204 | 0 | 31 | 55 | 5 | 33 | 121 | 111 |
| Binary | 11110010 | 10110101 | 10000100 | 0 | 11001 | 101101 | 101 | 11011 | 1010001 | 1001001 |
Color Harmonies of #F2B584
Complementary color
Monochromatic Colors of #F2B584
Black with #F2B584
Text Example
Text Example
White with #F2B584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B584; }
p { color: rgb(242,181,132); }
H1.HeaderClassName
{
color: #F2B584;
}
.AnyTagClassName
{
color: #F2B584;
}
</style>
background-color css
<style>
a { background-color: #F2B584; }
a { background-color: rgb(242,181,132); }
div.DivClassName
{
background-color: #F2B584;
}
.BgClassName
{
background-color: #F2B584;
}
</style>
border-color css
<style>
span { border-color: #F2B584; }
span { border-color: rgb(242,181,132); }
td.TdClassName
{
border-color: #F2B584;
}
.TagClassName
{
border-color: #F2B584;
}
</style>