Shades of Corvette #F4BD81
Tints of Corvette #F4BD81
RGB
CMYK
RGB Variations
Color information
#F4BD81 (or 0xF4BD81) is known color: Corvette. HEX triplet: F4, BD and 81. RGB value is (244,189,129). Sum of RGB (Red+Green+Blue) = 244+189+129=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 129 (50.78% from 255 or 22.95% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BD81 is #0B427E. Grayscale: #C6C6C6. Windows color (decimal): -737919 or 8502772. OLE color: 8502772.
HSL color Cylindrical-coordinate representation of color #F4BD81: hue angle of 31.3º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F4BD81 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 129 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.04 |
| HSL | 31.3º | 0.84% | 0.73% | - |
| HSV(B) | 31.3º | 0.47% | 0.96% | - |
| XYZ | 59.47 | 57.21 | 28.68 | - |
| YUV | 198.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 129 | 0 | 0.23 | 0.47 | 0.04 | 31.3 | 0.84 | 0.73 |
| Hex | F4 | BD | 81 | 0 | 17 | 2F | 4 | 1F | 54 | 49 |
| Octal | 364 | 275 | 201 | 0 | 27 | 57 | 4 | 37 | 124 | 111 |
| Binary | 11110100 | 10111101 | 10000001 | 0 | 10111 | 101111 | 100 | 11111 | 1010100 | 1001001 |
Color Harmonies of #F4BD81
Complementary color
Monochromatic Colors of #F4BD81
Black with #F4BD81
Text Example
Text Example
White with #F4BD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BD81; }
p { color: rgb(244,189,129); }
H1.HeaderClassName
{
color: #F4BD81;
}
.AnyTagClassName
{
color: #F4BD81;
}
</style>
background-color css
<style>
a { background-color: #F4BD81; }
a { background-color: rgb(244,189,129); }
div.DivClassName
{
background-color: #F4BD81;
}
.BgClassName
{
background-color: #F4BD81;
}
</style>
border-color css
<style>
span { border-color: #F4BD81; }
span { border-color: rgb(244,189,129); }
td.TdClassName
{
border-color: #F4BD81;
}
.TagClassName
{
border-color: #F4BD81;
}
</style>