Shades of Corvette #F0B484
Tints of Corvette #F0B484
RGB
CMYK
RGB Variations
Color information
#F0B484 (or 0xF0B484) is known color: Corvette. HEX triplet: F0, B4 and 84. RGB value is (240,180,132). Sum of RGB (Red+Green+Blue) = 240+180+132=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B484 is #0F4B7B. Grayscale: #C0C0C0. Windows color (decimal): -1002364 or 8697072. OLE color: 8697072.
HSL color Cylindrical-coordinate representation of color #F0B484: hue angle of 26.67º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0B484 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 132 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.06 |
| HSL | 26.67º | 0.78% | 0.73% | - |
| HSV(B) | 26.67º | 0.45% | 0.94% | - |
| XYZ | 56.42 | 52.83 | 29.05 | - |
| YUV | 192.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 132 | 0 | 0.25 | 0.45 | 0.06 | 26.67 | 0.78 | 0.73 |
| Hex | F0 | B4 | 84 | 0 | 19 | 2D | 6 | 1B | 4E | 49 |
| Octal | 360 | 264 | 204 | 0 | 31 | 55 | 6 | 33 | 116 | 111 |
| Binary | 11110000 | 10110100 | 10000100 | 0 | 11001 | 101101 | 110 | 11011 | 1001110 | 1001001 |
Color Harmonies of #F0B484
Complementary color
Monochromatic Colors of #F0B484
Black with #F0B484
Text Example
Text Example
White with #F0B484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B484; }
p { color: rgb(240,180,132); }
H1.HeaderClassName
{
color: #F0B484;
}
.AnyTagClassName
{
color: #F0B484;
}
</style>
background-color css
<style>
a { background-color: #F0B484; }
a { background-color: rgb(240,180,132); }
div.DivClassName
{
background-color: #F0B484;
}
.BgClassName
{
background-color: #F0B484;
}
</style>
border-color css
<style>
span { border-color: #F0B484; }
span { border-color: rgb(240,180,132); }
td.TdClassName
{
border-color: #F0B484;
}
.TagClassName
{
border-color: #F0B484;
}
</style>