Shades of Corvette #F3C085
Tints of Corvette #F3C085
RGB
CMYK
RGB Variations
Color information
#F3C085 (or 0xF3C085) is known color: Corvette. HEX triplet: F3, C0 and 85. RGB value is (243,192,133). Sum of RGB (Red+Green+Blue) = 243+192+133=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 133 (52.34% from 255 or 23.42% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C085 is #0C3F7A. Grayscale: #C8C8C8. Windows color (decimal): -802683 or 8765683. OLE color: 8765683.
HSL color Cylindrical-coordinate representation of color #F3C085: hue angle of 32.18º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F3C085 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 133 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.05 |
| HSL | 32.18º | 0.82% | 0.74% | - |
| HSV(B) | 32.18º | 0.45% | 0.95% | - |
| XYZ | 60.05 | 58.45 | 30.31 | - |
| YUV | 200.52 | 89.9 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 133 | 0 | 0.21 | 0.45 | 0.05 | 32.18 | 0.82 | 0.74 |
| Hex | F3 | C0 | 85 | 0 | 15 | 2D | 5 | 20 | 52 | 4A |
| Octal | 363 | 300 | 205 | 0 | 25 | 55 | 5 | 40 | 122 | 112 |
| Binary | 11110011 | 11000000 | 10000101 | 0 | 10101 | 101101 | 101 | 100000 | 1010010 | 1001010 |
Color Harmonies of #F3C085
Complementary color
Monochromatic Colors of #F3C085
Black with #F3C085
Text Example
Text Example
White with #F3C085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C085; }
p { color: rgb(243,192,133); }
H1.HeaderClassName
{
color: #F3C085;
}
.AnyTagClassName
{
color: #F3C085;
}
</style>
background-color css
<style>
a { background-color: #F3C085; }
a { background-color: rgb(243,192,133); }
div.DivClassName
{
background-color: #F3C085;
}
.BgClassName
{
background-color: #F3C085;
}
</style>
border-color css
<style>
span { border-color: #F3C085; }
span { border-color: rgb(243,192,133); }
td.TdClassName
{
border-color: #F3C085;
}
.TagClassName
{
border-color: #F3C085;
}
</style>