Shades of Corvette #F0BE7D
Tints of Corvette #F0BE7D
RGB
CMYK
RGB Variations
Color information
#F0BE7D (or 0xF0BE7D) is known color: Corvette. HEX triplet: F0, BE and 7D. RGB value is (240,190,125). Sum of RGB (Red+Green+Blue) = 240+190+125=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BE7D is #0F4182. Grayscale: #C5C5C5. Windows color (decimal): -999811 or 8240880. OLE color: 8240880.
HSL color Cylindrical-coordinate representation of color #F0BE7D: hue angle of 33.91º 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 #F0BE7D is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 125 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.06 |
| HSL | 33.91º | 0.79% | 0.72% | - |
| HSV(B) | 33.91º | 0.48% | 0.94% | - |
| XYZ | 58.05 | 56.83 | 27.31 | - |
| YUV | 197.54 | 87.07 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 125 | 0 | 0.21 | 0.48 | 0.06 | 33.91 | 0.79 | 0.72 |
| Hex | F0 | BE | 7D | 0 | 15 | 30 | 6 | 22 | 4F | 48 |
| Octal | 360 | 276 | 175 | 0 | 25 | 60 | 6 | 42 | 117 | 110 |
| Binary | 11110000 | 10111110 | 1111101 | 0 | 10101 | 110000 | 110 | 100010 | 1001111 | 1001000 |
Color Harmonies of #F0BE7D
Complementary color
Monochromatic Colors of #F0BE7D
Black with #F0BE7D
Text Example
Text Example
White with #F0BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BE7D; }
p { color: rgb(240,190,125); }
H1.HeaderClassName
{
color: #F0BE7D;
}
.AnyTagClassName
{
color: #F0BE7D;
}
</style>
background-color css
<style>
a { background-color: #F0BE7D; }
a { background-color: rgb(240,190,125); }
div.DivClassName
{
background-color: #F0BE7D;
}
.BgClassName
{
background-color: #F0BE7D;
}
</style>
border-color css
<style>
span { border-color: #F0BE7D; }
span { border-color: rgb(240,190,125); }
td.TdClassName
{
border-color: #F0BE7D;
}
.TagClassName
{
border-color: #F0BE7D;
}
</style>