Shades of Corvette #F3B97D
Tints of Corvette #F3B97D
RGB
CMYK
RGB Variations
Color information
#F3B97D (or 0xF3B97D) is known color: Corvette. HEX triplet: F3, B9 and 7D. RGB value is (243,185,125). Sum of RGB (Red+Green+Blue) = 243+185+125=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B97D is #0C4682. Grayscale: #C3C3C3. Windows color (decimal): -804483 or 8239603. OLE color: 8239603.
HSL color Cylindrical-coordinate representation of color #F3B97D: hue angle of 30.51º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3B97D is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 185 | 125 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.05 |
| HSL | 30.51º | 0.83% | 0.72% | - |
| HSV(B) | 30.51º | 0.49% | 0.95% | - |
| XYZ | 58.01 | 55.23 | 27.01 | - |
| YUV | 195.5 | 88.22 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 185 | 125 | 0 | 0.24 | 0.49 | 0.05 | 30.51 | 0.83 | 0.72 |
| Hex | F3 | B9 | 7D | 0 | 18 | 31 | 5 | 1F | 53 | 48 |
| Octal | 363 | 271 | 175 | 0 | 30 | 61 | 5 | 37 | 123 | 110 |
| Binary | 11110011 | 10111001 | 1111101 | 0 | 11000 | 110001 | 101 | 11111 | 1010011 | 1001000 |
Color Harmonies of #F3B97D
Complementary color
Monochromatic Colors of #F3B97D
Black with #F3B97D
Text Example
Text Example
White with #F3B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B97D; }
p { color: rgb(243,185,125); }
H1.HeaderClassName
{
color: #F3B97D;
}
.AnyTagClassName
{
color: #F3B97D;
}
</style>
background-color css
<style>
a { background-color: #F3B97D; }
a { background-color: rgb(243,185,125); }
div.DivClassName
{
background-color: #F3B97D;
}
.BgClassName
{
background-color: #F3B97D;
}
</style>
border-color css
<style>
span { border-color: #F3B97D; }
span { border-color: rgb(243,185,125); }
td.TdClassName
{
border-color: #F3B97D;
}
.TagClassName
{
border-color: #F3B97D;
}
</style>