Shades of Corvette #F2B87D
Tints of Corvette #F2B87D
RGB
CMYK
RGB Variations
Color information
#F2B87D (or 0xF2B87D) is known color: Corvette. HEX triplet: F2, B8 and 7D. RGB value is (242,184,125). Sum of RGB (Red+Green+Blue) = 242+184+125=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B87D is #0D4782. Grayscale: #C2C2C2. Windows color (decimal): -870275 or 8239346. OLE color: 8239346.
HSL color Cylindrical-coordinate representation of color #F2B87D: hue angle of 30.26º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2B87D is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 125 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.05 |
| HSL | 30.26º | 0.82% | 0.72% | - |
| HSV(B) | 30.26º | 0.48% | 0.95% | - |
| XYZ | 57.46 | 54.64 | 26.92 | - |
| YUV | 194.62 | 88.72 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 125 | 0 | 0.24 | 0.48 | 0.05 | 30.26 | 0.82 | 0.72 |
| Hex | F2 | B8 | 7D | 0 | 18 | 30 | 5 | 1E | 52 | 48 |
| Octal | 362 | 270 | 175 | 0 | 30 | 60 | 5 | 36 | 122 | 110 |
| Binary | 11110010 | 10111000 | 1111101 | 0 | 11000 | 110000 | 101 | 11110 | 1010010 | 1001000 |
Color Harmonies of #F2B87D
Complementary color
Monochromatic Colors of #F2B87D
Black with #F2B87D
Text Example
Text Example
White with #F2B87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B87D; }
p { color: rgb(242,184,125); }
H1.HeaderClassName
{
color: #F2B87D;
}
.AnyTagClassName
{
color: #F2B87D;
}
</style>
background-color css
<style>
a { background-color: #F2B87D; }
a { background-color: rgb(242,184,125); }
div.DivClassName
{
background-color: #F2B87D;
}
.BgClassName
{
background-color: #F2B87D;
}
</style>
border-color css
<style>
span { border-color: #F2B87D; }
span { border-color: rgb(242,184,125); }
td.TdClassName
{
border-color: #F2B87D;
}
.TagClassName
{
border-color: #F2B87D;
}
</style>