Shades of Corvette #F2B87B
Tints of Corvette #F2B87B
RGB
CMYK
RGB Variations
Color information
#F2B87B (or 0xF2B87B) is known color: Corvette. HEX triplet: F2, B8 and 7B. RGB value is (242,184,123). Sum of RGB (Red+Green+Blue) = 242+184+123=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B87B is #0D4784. Grayscale: #C2C2C2. Windows color (decimal): -870277 or 8108274. OLE color: 8108274.
HSL color Cylindrical-coordinate representation of color #F2B87B: hue angle of 30.76º 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 #F2B87B is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 123 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.05 |
| HSL | 30.76º | 0.82% | 0.72% | - |
| HSV(B) | 30.76º | 0.49% | 0.95% | - |
| XYZ | 57.33 | 54.59 | 26.25 | - |
| YUV | 194.39 | 87.72 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 123 | 0 | 0.24 | 0.49 | 0.05 | 30.76 | 0.82 | 0.72 |
| Hex | F2 | B8 | 7B | 0 | 18 | 31 | 5 | 1F | 52 | 48 |
| Octal | 362 | 270 | 173 | 0 | 30 | 61 | 5 | 37 | 122 | 110 |
| Binary | 11110010 | 10111000 | 1111011 | 0 | 11000 | 110001 | 101 | 11111 | 1010010 | 1001000 |
Color Harmonies of #F2B87B
Complementary color
Monochromatic Colors of #F2B87B
Black with #F2B87B
Text Example
Text Example
White with #F2B87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B87B; }
p { color: rgb(242,184,123); }
H1.HeaderClassName
{
color: #F2B87B;
}
.AnyTagClassName
{
color: #F2B87B;
}
</style>
background-color css
<style>
a { background-color: #F2B87B; }
a { background-color: rgb(242,184,123); }
div.DivClassName
{
background-color: #F2B87B;
}
.BgClassName
{
background-color: #F2B87B;
}
</style>
border-color css
<style>
span { border-color: #F2B87B; }
span { border-color: rgb(242,184,123); }
td.TdClassName
{
border-color: #F2B87B;
}
.TagClassName
{
border-color: #F2B87B;
}
</style>