Shades of Corvette #F0BD7D
Tints of Corvette #F0BD7D
RGB
CMYK
RGB Variations
Color information
#F0BD7D (or 0xF0BD7D) is known color: Corvette. HEX triplet: F0, BD and 7D. RGB value is (240,189,125). Sum of RGB (Red+Green+Blue) = 240+189+125=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BD7D is #0F4282. Grayscale: #C5C5C5. Windows color (decimal): -1000067 or 8240624. OLE color: 8240624.
HSL color Cylindrical-coordinate representation of color #F0BD7D: hue angle of 33.39º 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 #F0BD7D is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 125 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.06 |
| HSL | 33.39º | 0.79% | 0.72% | - |
| HSV(B) | 33.39º | 0.48% | 0.94% | - |
| XYZ | 57.83 | 56.4 | 27.24 | - |
| YUV | 196.95 | 87.4 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 125 | 0 | 0.21 | 0.48 | 0.06 | 33.39 | 0.79 | 0.72 |
| Hex | F0 | BD | 7D | 0 | 15 | 30 | 6 | 21 | 4F | 48 |
| Octal | 360 | 275 | 175 | 0 | 25 | 60 | 6 | 41 | 117 | 110 |
| Binary | 11110000 | 10111101 | 1111101 | 0 | 10101 | 110000 | 110 | 100001 | 1001111 | 1001000 |
Color Harmonies of #F0BD7D
Complementary color
Monochromatic Colors of #F0BD7D
Black with #F0BD7D
Text Example
Text Example
White with #F0BD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BD7D; }
p { color: rgb(240,189,125); }
H1.HeaderClassName
{
color: #F0BD7D;
}
.AnyTagClassName
{
color: #F0BD7D;
}
</style>
background-color css
<style>
a { background-color: #F0BD7D; }
a { background-color: rgb(240,189,125); }
div.DivClassName
{
background-color: #F0BD7D;
}
.BgClassName
{
background-color: #F0BD7D;
}
</style>
border-color css
<style>
span { border-color: #F0BD7D; }
span { border-color: rgb(240,189,125); }
td.TdClassName
{
border-color: #F0BD7D;
}
.TagClassName
{
border-color: #F0BD7D;
}
</style>