Shades of Corvette #F0B68A
Tints of Corvette #F0B68A
RGB
CMYK
RGB Variations
Color information
#F0B68A (or 0xF0B68A) is known color: Corvette. HEX triplet: F0, B6 and 8A. RGB value is (240,182,138). Sum of RGB (Red+Green+Blue) = 240+182+138=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B68A is #0F4975. Grayscale: #C2C2C2. Windows color (decimal): -1001846 or 9090800. OLE color: 9090800.
HSL color Cylindrical-coordinate representation of color #F0B68A: hue angle of 25.88º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0B68A is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 138 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.06 |
| HSL | 25.88º | 0.77% | 0.74% | - |
| HSV(B) | 25.88º | 0.43% | 0.94% | - |
| XYZ | 57.25 | 53.82 | 31.41 | - |
| YUV | 194.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 138 | 0 | 0.24 | 0.42 | 0.06 | 25.88 | 0.77 | 0.74 |
| Hex | F0 | B6 | 8A | 0 | 18 | 2A | 6 | 1A | 4D | 4A |
| Octal | 360 | 266 | 212 | 0 | 30 | 52 | 6 | 32 | 115 | 112 |
| Binary | 11110000 | 10110110 | 10001010 | 0 | 11000 | 101010 | 110 | 11010 | 1001101 | 1001010 |
Color Harmonies of #F0B68A
Complementary color
Monochromatic Colors of #F0B68A
Black with #F0B68A
Text Example
Text Example
White with #F0B68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B68A; }
p { color: rgb(240,182,138); }
H1.HeaderClassName
{
color: #F0B68A;
}
.AnyTagClassName
{
color: #F0B68A;
}
</style>
background-color css
<style>
a { background-color: #F0B68A; }
a { background-color: rgb(240,182,138); }
div.DivClassName
{
background-color: #F0B68A;
}
.BgClassName
{
background-color: #F0B68A;
}
</style>
border-color css
<style>
span { border-color: #F0B68A; }
span { border-color: rgb(240,182,138); }
td.TdClassName
{
border-color: #F0B68A;
}
.TagClassName
{
border-color: #F0B68A;
}
</style>