Shades of Corvette #F0B67A
Tints of Corvette #F0B67A
RGB
CMYK
RGB Variations
Color information
#F0B67A (or 0xF0B67A) is known color: Corvette. HEX triplet: F0, B6 and 7A. RGB value is (240,182,122). Sum of RGB (Red+Green+Blue) = 240+182+122=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B67A is #0F4985. Grayscale: #C0C0C0. Windows color (decimal): -1001862 or 8042224. OLE color: 8042224.
HSL color Cylindrical-coordinate representation of color #F0B67A: hue angle of 30.51º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0B67A is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 122 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.06 |
| HSL | 30.51º | 0.8% | 0.71% | - |
| HSV(B) | 30.51º | 0.49% | 0.94% | - |
| XYZ | 56.18 | 53.39 | 25.76 | - |
| YUV | 192.5 | 88.22 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 122 | 0 | 0.24 | 0.49 | 0.06 | 30.51 | 0.8 | 0.71 |
| Hex | F0 | B6 | 7A | 0 | 18 | 31 | 6 | 1F | 50 | 47 |
| Octal | 360 | 266 | 172 | 0 | 30 | 61 | 6 | 37 | 120 | 107 |
| Binary | 11110000 | 10110110 | 1111010 | 0 | 11000 | 110001 | 110 | 11111 | 1010000 | 1000111 |
Color Harmonies of #F0B67A
Complementary color
Monochromatic Colors of #F0B67A
Black with #F0B67A
Text Example
Text Example
White with #F0B67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B67A; }
p { color: rgb(240,182,122); }
H1.HeaderClassName
{
color: #F0B67A;
}
.AnyTagClassName
{
color: #F0B67A;
}
</style>
background-color css
<style>
a { background-color: #F0B67A; }
a { background-color: rgb(240,182,122); }
div.DivClassName
{
background-color: #F0B67A;
}
.BgClassName
{
background-color: #F0B67A;
}
</style>
border-color css
<style>
span { border-color: #F0B67A; }
span { border-color: rgb(240,182,122); }
td.TdClassName
{
border-color: #F0B67A;
}
.TagClassName
{
border-color: #F0B67A;
}
</style>