Shades of Fuel Yellow #C98F33
Tints of Fuel Yellow #C98F33
RGB
CMYK
RGB Variations
Color information
#C98F33 (or 0xC98F33) is known color: Fuel Yellow. HEX triplet: C9, 8F and 33. RGB value is (201,143,51). Sum of RGB (Red+Green+Blue) = 201+143+51=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98F33 is #3670CC. Grayscale: #969696. Windows color (decimal): -3567821 or 3379145. OLE color: 3379145.
HSL color Cylindrical-coordinate representation of color #C98F33: hue angle of 36.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C98F33 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 51 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.21 |
| HSL | 36.8º | 0.6% | 0.49% | - |
| HSV(B) | 36.8º | 0.75% | 0.79% | - |
| XYZ | 34.51 | 32.3 | 7.55 | - |
| YUV | 149.85 | 72.22 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 51 | 0 | 0.29 | 0.75 | 0.21 | 36.8 | 0.6 | 0.49 |
| Hex | C9 | 8F | 33 | 0 | 1D | 4B | 15 | 25 | 3C | 31 |
| Octal | 311 | 217 | 63 | 0 | 35 | 113 | 25 | 45 | 74 | 61 |
| Binary | 11001001 | 10001111 | 110011 | 0 | 11101 | 1001011 | 10101 | 100101 | 111100 | 110001 |
Color Harmonies of #C98F33
Complementary color
Monochromatic Colors of #C98F33
Black with #C98F33
Text Example
Text Example
White with #C98F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F33; }
p { color: rgb(201,143,51); }
H1.HeaderClassName
{
color: #C98F33;
}
.AnyTagClassName
{
color: #C98F33;
}
</style>
background-color css
<style>
a { background-color: #C98F33; }
a { background-color: rgb(201,143,51); }
div.DivClassName
{
background-color: #C98F33;
}
.BgClassName
{
background-color: #C98F33;
}
</style>
border-color css
<style>
span { border-color: #C98F33; }
span { border-color: rgb(201,143,51); }
td.TdClassName
{
border-color: #C98F33;
}
.TagClassName
{
border-color: #C98F33;
}
</style>