Shades of Fuel Yellow #C98F2B
Tints of Fuel Yellow #C98F2B
RGB
CMYK
RGB Variations
Color information
#C98F2B (or 0xC98F2B) is known color: Fuel Yellow. HEX triplet: C9, 8F and 2B. RGB value is (201,143,43). Sum of RGB (Red+Green+Blue) = 201+143+43=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98F2B is #3670D4. Grayscale: #959595. Windows color (decimal): -3567829 or 2854857. OLE color: 2854857.
HSL color Cylindrical-coordinate representation of color #C98F2B: hue angle of 37.97º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C98F2B is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 43 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.21 |
| HSL | 37.97º | 0.65% | 0.48% | - |
| HSV(B) | 37.97º | 0.79% | 0.79% | - |
| XYZ | 34.35 | 32.24 | 6.7 | - |
| YUV | 148.94 | 68.22 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 43 | 0 | 0.29 | 0.79 | 0.21 | 37.97 | 0.65 | 0.48 |
| Hex | C9 | 8F | 2B | 0 | 1D | 4F | 15 | 26 | 41 | 30 |
| Octal | 311 | 217 | 53 | 0 | 35 | 117 | 25 | 46 | 101 | 60 |
| Binary | 11001001 | 10001111 | 101011 | 0 | 11101 | 1001111 | 10101 | 100110 | 1000001 | 110000 |
Color Harmonies of #C98F2B
Complementary color
Monochromatic Colors of #C98F2B
Black with #C98F2B
Text Example
Text Example
White with #C98F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F2B; }
p { color: rgb(201,143,43); }
H1.HeaderClassName
{
color: #C98F2B;
}
.AnyTagClassName
{
color: #C98F2B;
}
</style>
background-color css
<style>
a { background-color: #C98F2B; }
a { background-color: rgb(201,143,43); }
div.DivClassName
{
background-color: #C98F2B;
}
.BgClassName
{
background-color: #C98F2B;
}
</style>
border-color css
<style>
span { border-color: #C98F2B; }
span { border-color: rgb(201,143,43); }
td.TdClassName
{
border-color: #C98F2B;
}
.TagClassName
{
border-color: #C98F2B;
}
</style>