Shades of Corvette #F5BE8C
Tints of Corvette #F5BE8C
RGB
CMYK
RGB Variations
Color information
#F5BE8C (or 0xF5BE8C) is known color: Corvette. HEX triplet: F5, BE and 8C. RGB value is (245,190,140). Sum of RGB (Red+Green+Blue) = 245+190+140=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BE8C is #0A4173. Grayscale: #C9C9C9. Windows color (decimal): -672116 or 9223925. OLE color: 9223925.
HSL color Cylindrical-coordinate representation of color #F5BE8C: hue angle of 28.57º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5BE8C is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 140 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.04 |
| HSL | 28.57º | 0.84% | 0.75% | - |
| HSV(B) | 28.57º | 0.43% | 0.96% | - |
| XYZ | 60.8 | 58.13 | 32.83 | - |
| YUV | 200.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 140 | 0 | 0.22 | 0.43 | 0.04 | 28.57 | 0.84 | 0.75 |
| Hex | F5 | BE | 8C | 0 | 16 | 2B | 4 | 1D | 54 | 4B |
| Octal | 365 | 276 | 214 | 0 | 26 | 53 | 4 | 35 | 124 | 113 |
| Binary | 11110101 | 10111110 | 10001100 | 0 | 10110 | 101011 | 100 | 11101 | 1010100 | 1001011 |
Color Harmonies of #F5BE8C
Complementary color
Monochromatic Colors of #F5BE8C
Black with #F5BE8C
Text Example
Text Example
White with #F5BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BE8C; }
p { color: rgb(245,190,140); }
H1.HeaderClassName
{
color: #F5BE8C;
}
.AnyTagClassName
{
color: #F5BE8C;
}
</style>
background-color css
<style>
a { background-color: #F5BE8C; }
a { background-color: rgb(245,190,140); }
div.DivClassName
{
background-color: #F5BE8C;
}
.BgClassName
{
background-color: #F5BE8C;
}
</style>
border-color css
<style>
span { border-color: #F5BE8C; }
span { border-color: rgb(245,190,140); }
td.TdClassName
{
border-color: #F5BE8C;
}
.TagClassName
{
border-color: #F5BE8C;
}
</style>