Shades of Corvette #F4BB80
Tints of Corvette #F4BB80
RGB
CMYK
RGB Variations
Color information
#F4BB80 (or 0xF4BB80) is known color: Corvette. HEX triplet: F4, BB and 80. RGB value is (244,187,128). Sum of RGB (Red+Green+Blue) = 244+187+128=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BB80 is #0B447F. Grayscale: #C5C5C5. Windows color (decimal): -738432 or 8436724. OLE color: 8436724.
HSL color Cylindrical-coordinate representation of color #F4BB80: hue angle of 30.52º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4BB80 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 128 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.04 |
| HSL | 30.52º | 0.84% | 0.73% | - |
| HSV(B) | 30.52º | 0.48% | 0.96% | - |
| XYZ | 58.97 | 56.33 | 28.19 | - |
| YUV | 197.32 | 88.88 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 128 | 0 | 0.23 | 0.48 | 0.04 | 30.52 | 0.84 | 0.73 |
| Hex | F4 | BB | 80 | 0 | 17 | 30 | 4 | 1F | 54 | 49 |
| Octal | 364 | 273 | 200 | 0 | 27 | 60 | 4 | 37 | 124 | 111 |
| Binary | 11110100 | 10111011 | 10000000 | 0 | 10111 | 110000 | 100 | 11111 | 1010100 | 1001001 |
Color Harmonies of #F4BB80
Complementary color
Monochromatic Colors of #F4BB80
Black with #F4BB80
Text Example
Text Example
White with #F4BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BB80; }
p { color: rgb(244,187,128); }
H1.HeaderClassName
{
color: #F4BB80;
}
.AnyTagClassName
{
color: #F4BB80;
}
</style>
background-color css
<style>
a { background-color: #F4BB80; }
a { background-color: rgb(244,187,128); }
div.DivClassName
{
background-color: #F4BB80;
}
.BgClassName
{
background-color: #F4BB80;
}
</style>
border-color css
<style>
span { border-color: #F4BB80; }
span { border-color: rgb(244,187,128); }
td.TdClassName
{
border-color: #F4BB80;
}
.TagClassName
{
border-color: #F4BB80;
}
</style>