Shades of Corvette #F1B97D
Tints of Corvette #F1B97D
RGB
CMYK
RGB Variations
Color information
#F1B97D (or 0xF1B97D) is known color: Corvette. HEX triplet: F1, B9 and 7D. RGB value is (241,185,125). Sum of RGB (Red+Green+Blue) = 241+185+125=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B97D is #0E4682. Grayscale: #C3C3C3. Windows color (decimal): -935555 or 8239601. OLE color: 8239601.
HSL color Cylindrical-coordinate representation of color #F1B97D: hue angle of 31.03º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1B97D is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 125 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.05 |
| HSL | 31.03º | 0.81% | 0.72% | - |
| HSV(B) | 31.03º | 0.48% | 0.95% | - |
| XYZ | 57.33 | 54.88 | 26.97 | - |
| YUV | 194.9 | 88.55 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 125 | 0 | 0.23 | 0.48 | 0.05 | 31.03 | 0.81 | 0.72 |
| Hex | F1 | B9 | 7D | 0 | 17 | 30 | 5 | 1F | 51 | 48 |
| Octal | 361 | 271 | 175 | 0 | 27 | 60 | 5 | 37 | 121 | 110 |
| Binary | 11110001 | 10111001 | 1111101 | 0 | 10111 | 110000 | 101 | 11111 | 1010001 | 1001000 |
Color Harmonies of #F1B97D
Complementary color
Monochromatic Colors of #F1B97D
Black with #F1B97D
Text Example
Text Example
White with #F1B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B97D; }
p { color: rgb(241,185,125); }
H1.HeaderClassName
{
color: #F1B97D;
}
.AnyTagClassName
{
color: #F1B97D;
}
</style>
background-color css
<style>
a { background-color: #F1B97D; }
a { background-color: rgb(241,185,125); }
div.DivClassName
{
background-color: #F1B97D;
}
.BgClassName
{
background-color: #F1B97D;
}
</style>
border-color css
<style>
span { border-color: #F1B97D; }
span { border-color: rgb(241,185,125); }
td.TdClassName
{
border-color: #F1B97D;
}
.TagClassName
{
border-color: #F1B97D;
}
</style>