Shades of Corvette #F3B880
Tints of Corvette #F3B880
RGB
CMYK
RGB Variations
Color information
#F3B880 (or 0xF3B880) is known color: Corvette. HEX triplet: F3, B8 and 80. RGB value is (243,184,128). Sum of RGB (Red+Green+Blue) = 243+184+128=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B880 is #0C477F. Grayscale: #C3C3C3. Windows color (decimal): -804736 or 8435955. OLE color: 8435955.
HSL color Cylindrical-coordinate representation of color #F3B880: hue angle of 29.22º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3B880 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 184 | 128 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.05 |
| HSL | 29.22º | 0.83% | 0.73% | - |
| HSV(B) | 29.22º | 0.47% | 0.95% | - |
| XYZ | 58 | 54.89 | 27.96 | - |
| YUV | 195.26 | 90.05 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 184 | 128 | 0 | 0.24 | 0.47 | 0.05 | 29.22 | 0.83 | 0.73 |
| Hex | F3 | B8 | 80 | 0 | 18 | 2F | 5 | 1D | 53 | 49 |
| Octal | 363 | 270 | 200 | 0 | 30 | 57 | 5 | 35 | 123 | 111 |
| Binary | 11110011 | 10111000 | 10000000 | 0 | 11000 | 101111 | 101 | 11101 | 1010011 | 1001001 |
Color Harmonies of #F3B880
Complementary color
Monochromatic Colors of #F3B880
Black with #F3B880
Text Example
Text Example
White with #F3B880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B880; }
p { color: rgb(243,184,128); }
H1.HeaderClassName
{
color: #F3B880;
}
.AnyTagClassName
{
color: #F3B880;
}
</style>
background-color css
<style>
a { background-color: #F3B880; }
a { background-color: rgb(243,184,128); }
div.DivClassName
{
background-color: #F3B880;
}
.BgClassName
{
background-color: #F3B880;
}
</style>
border-color css
<style>
span { border-color: #F3B880; }
span { border-color: rgb(243,184,128); }
td.TdClassName
{
border-color: #F3B880;
}
.TagClassName
{
border-color: #F3B880;
}
</style>