Shades of Corvette #F0BF7D
Tints of Corvette #F0BF7D
RGB
CMYK
RGB Variations
Color information
#F0BF7D (or 0xF0BF7D) is known color: Corvette. HEX triplet: F0, BF and 7D. RGB value is (240,191,125). Sum of RGB (Red+Green+Blue) = 240+191+125=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF7D is #0F4082. Grayscale: #C6C6C6. Windows color (decimal): -999555 or 8241136. OLE color: 8241136.
HSL color Cylindrical-coordinate representation of color #F0BF7D: hue angle of 34.43º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0BF7D is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 125 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.06 |
| HSL | 34.43º | 0.79% | 0.72% | - |
| HSV(B) | 34.43º | 0.48% | 0.94% | - |
| XYZ | 58.27 | 57.27 | 27.38 | - |
| YUV | 198.13 | 86.73 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 125 | 0 | 0.20 | 0.48 | 0.06 | 34.43 | 0.79 | 0.72 |
| Hex | F0 | BF | 7D | 0 | 14 | 30 | 6 | 22 | 4F | 48 |
| Octal | 360 | 277 | 175 | 0 | 24 | 60 | 6 | 42 | 117 | 110 |
| Binary | 11110000 | 10111111 | 1111101 | 0 | 10100 | 110000 | 110 | 100010 | 1001111 | 1001000 |
Color Harmonies of #F0BF7D
Complementary color
Monochromatic Colors of #F0BF7D
Black with #F0BF7D
Text Example
Text Example
White with #F0BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF7D; }
p { color: rgb(240,191,125); }
H1.HeaderClassName
{
color: #F0BF7D;
}
.AnyTagClassName
{
color: #F0BF7D;
}
</style>
background-color css
<style>
a { background-color: #F0BF7D; }
a { background-color: rgb(240,191,125); }
div.DivClassName
{
background-color: #F0BF7D;
}
.BgClassName
{
background-color: #F0BF7D;
}
</style>
border-color css
<style>
span { border-color: #F0BF7D; }
span { border-color: rgb(240,191,125); }
td.TdClassName
{
border-color: #F0BF7D;
}
.TagClassName
{
border-color: #F0BF7D;
}
</style>