Shades of Fuel Yellow #C68F32
Tints of Fuel Yellow #C68F32
RGB
CMYK
RGB Variations
Color information
#C68F32 (or 0xC68F32) is known color: Fuel Yellow. HEX triplet: C6, 8F and 32. RGB value is (198,143,50). Sum of RGB (Red+Green+Blue) = 198+143+50=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68F32 is #3970CD. Grayscale: #959595. Windows color (decimal): -3764430 or 3313606. OLE color: 3313606.
HSL color Cylindrical-coordinate representation of color #C68F32: hue angle of 37.7º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C68F32 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 50 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.22 |
| HSL | 37.7º | 0.6% | 0.49% | - |
| HSV(B) | 37.7º | 0.75% | 0.78% | - |
| XYZ | 33.69 | 31.88 | 7.4 | - |
| YUV | 148.84 | 72.22 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 50 | 0 | 0.28 | 0.75 | 0.22 | 37.7 | 0.6 | 0.49 |
| Hex | C6 | 8F | 32 | 0 | 1C | 4B | 16 | 26 | 3C | 31 |
| Octal | 306 | 217 | 62 | 0 | 34 | 113 | 26 | 46 | 74 | 61 |
| Binary | 11000110 | 10001111 | 110010 | 0 | 11100 | 1001011 | 10110 | 100110 | 111100 | 110001 |
Color Harmonies of #C68F32
Complementary color
Monochromatic Colors of #C68F32
Black with #C68F32
Text Example
Text Example
White with #C68F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68F32; }
p { color: rgb(198,143,50); }
H1.HeaderClassName
{
color: #C68F32;
}
.AnyTagClassName
{
color: #C68F32;
}
</style>
background-color css
<style>
a { background-color: #C68F32; }
a { background-color: rgb(198,143,50); }
div.DivClassName
{
background-color: #C68F32;
}
.BgClassName
{
background-color: #C68F32;
}
</style>
border-color css
<style>
span { border-color: #C68F32; }
span { border-color: rgb(198,143,50); }
td.TdClassName
{
border-color: #C68F32;
}
.TagClassName
{
border-color: #C68F32;
}
</style>