Shades of Corvette #F2B68A
Tints of Corvette #F2B68A
RGB
CMYK
RGB Variations
Color information
#F2B68A (or 0xF2B68A) is known color: Corvette. HEX triplet: F2, B6 and 8A. RGB value is (242,182,138). Sum of RGB (Red+Green+Blue) = 242+182+138=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B68A is #0D4975. Grayscale: #C3C3C3. Windows color (decimal): -870774 or 9090802. OLE color: 9090802.
HSL color Cylindrical-coordinate representation of color #F2B68A: hue angle of 25.38º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2B68A is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 182 | 138 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.05 |
| HSL | 25.38º | 0.8% | 0.75% | - |
| HSV(B) | 25.38º | 0.43% | 0.95% | - |
| XYZ | 57.93 | 54.17 | 31.45 | - |
| YUV | 194.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 182 | 138 | 0 | 0.25 | 0.43 | 0.05 | 25.38 | 0.8 | 0.75 |
| Hex | F2 | B6 | 8A | 0 | 19 | 2B | 5 | 19 | 50 | 4B |
| Octal | 362 | 266 | 212 | 0 | 31 | 53 | 5 | 31 | 120 | 113 |
| Binary | 11110010 | 10110110 | 10001010 | 0 | 11001 | 101011 | 101 | 11001 | 1010000 | 1001011 |
Color Harmonies of #F2B68A
Complementary color
Monochromatic Colors of #F2B68A
Black with #F2B68A
Text Example
Text Example
White with #F2B68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B68A; }
p { color: rgb(242,182,138); }
H1.HeaderClassName
{
color: #F2B68A;
}
.AnyTagClassName
{
color: #F2B68A;
}
</style>
background-color css
<style>
a { background-color: #F2B68A; }
a { background-color: rgb(242,182,138); }
div.DivClassName
{
background-color: #F2B68A;
}
.BgClassName
{
background-color: #F2B68A;
}
</style>
border-color css
<style>
span { border-color: #F2B68A; }
span { border-color: rgb(242,182,138); }
td.TdClassName
{
border-color: #F2B68A;
}
.TagClassName
{
border-color: #F2B68A;
}
</style>