Shades of Corvette #F0B48A
Tints of Corvette #F0B48A
RGB
CMYK
RGB Variations
Color information
#F0B48A (or 0xF0B48A) is known color: Corvette. HEX triplet: F0, B4 and 8A. RGB value is (240,180,138). Sum of RGB (Red+Green+Blue) = 240+180+138=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B48A is #0F4B75. Grayscale: #C1C1C1. Windows color (decimal): -1002358 or 9090288. OLE color: 9090288.
HSL color Cylindrical-coordinate representation of color #F0B48A: hue angle of 24.71º 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 #F0B48A is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 138 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.06 |
| HSL | 24.71º | 0.77% | 0.74% | - |
| HSV(B) | 24.71º | 0.43% | 0.94% | - |
| XYZ | 56.84 | 53 | 31.28 | - |
| YUV | 193.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 138 | 0 | 0.25 | 0.42 | 0.06 | 24.71 | 0.77 | 0.74 |
| Hex | F0 | B4 | 8A | 0 | 19 | 2A | 6 | 19 | 4D | 4A |
| Octal | 360 | 264 | 212 | 0 | 31 | 52 | 6 | 31 | 115 | 112 |
| Binary | 11110000 | 10110100 | 10001010 | 0 | 11001 | 101010 | 110 | 11001 | 1001101 | 1001010 |
Color Harmonies of #F0B48A
Complementary color
Monochromatic Colors of #F0B48A
Black with #F0B48A
Text Example
Text Example
White with #F0B48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B48A; }
p { color: rgb(240,180,138); }
H1.HeaderClassName
{
color: #F0B48A;
}
.AnyTagClassName
{
color: #F0B48A;
}
</style>
background-color css
<style>
a { background-color: #F0B48A; }
a { background-color: rgb(240,180,138); }
div.DivClassName
{
background-color: #F0B48A;
}
.BgClassName
{
background-color: #F0B48A;
}
</style>
border-color css
<style>
span { border-color: #F0B48A; }
span { border-color: rgb(240,180,138); }
td.TdClassName
{
border-color: #F0B48A;
}
.TagClassName
{
border-color: #F0B48A;
}
</style>