Shades of Corvette #F2B88A
Tints of Corvette #F2B88A
RGB
CMYK
RGB Variations
Color information
#F2B88A (or 0xF2B88A) is known color: Corvette. HEX triplet: F2, B8 and 8A. RGB value is (242,184,138). Sum of RGB (Red+Green+Blue) = 242+184+138=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 138 (54.30% from 255 or 24.47% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B88A is #0D4775. Grayscale: #C4C4C4. Windows color (decimal): -870262 or 9091314. OLE color: 9091314.
HSL color Cylindrical-coordinate representation of color #F2B88A: hue angle of 26.54º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2B88A is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 138 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.05 |
| HSL | 26.54º | 0.8% | 0.75% | - |
| HSV(B) | 26.54º | 0.43% | 0.95% | - |
| XYZ | 58.35 | 54.99 | 31.58 | - |
| YUV | 196.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 138 | 0 | 0.24 | 0.43 | 0.05 | 26.54 | 0.8 | 0.75 |
| Hex | F2 | B8 | 8A | 0 | 18 | 2B | 5 | 1B | 50 | 4B |
| Octal | 362 | 270 | 212 | 0 | 30 | 53 | 5 | 33 | 120 | 113 |
| Binary | 11110010 | 10111000 | 10001010 | 0 | 11000 | 101011 | 101 | 11011 | 1010000 | 1001011 |
Color Harmonies of #F2B88A
Complementary color
Monochromatic Colors of #F2B88A
Black with #F2B88A
Text Example
Text Example
White with #F2B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B88A; }
p { color: rgb(242,184,138); }
H1.HeaderClassName
{
color: #F2B88A;
}
.AnyTagClassName
{
color: #F2B88A;
}
</style>
background-color css
<style>
a { background-color: #F2B88A; }
a { background-color: rgb(242,184,138); }
div.DivClassName
{
background-color: #F2B88A;
}
.BgClassName
{
background-color: #F2B88A;
}
</style>
border-color css
<style>
span { border-color: #F2B88A; }
span { border-color: rgb(242,184,138); }
td.TdClassName
{
border-color: #F2B88A;
}
.TagClassName
{
border-color: #F2B88A;
}
</style>