Shades of Fuel Yellow #C9942F
Tints of Fuel Yellow #C9942F
RGB
CMYK
RGB Variations
Color information
#C9942F (or 0xC9942F) is known color: Fuel Yellow. HEX triplet: C9, 94 and 2F. RGB value is (201,148,47). Sum of RGB (Red+Green+Blue) = 201+148+47=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9942F is #366BD0. Grayscale: #989898. Windows color (decimal): -3566545 or 3118281. OLE color: 3118281.
HSL color Cylindrical-coordinate representation of color #C9942F: hue angle of 39.35º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9942F is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 47 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.21 |
| HSL | 39.35º | 0.62% | 0.49% | - |
| HSV(B) | 39.35º | 0.77% | 0.79% | - |
| XYZ | 35.19 | 33.8 | 7.36 | - |
| YUV | 152.33 | 68.56 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 47 | 0 | 0.26 | 0.77 | 0.21 | 39.35 | 0.62 | 0.49 |
| Hex | C9 | 94 | 2F | 0 | 1A | 4D | 15 | 27 | 3E | 31 |
| Octal | 311 | 224 | 57 | 0 | 32 | 115 | 25 | 47 | 76 | 61 |
| Binary | 11001001 | 10010100 | 101111 | 0 | 11010 | 1001101 | 10101 | 100111 | 111110 | 110001 |
Color Harmonies of #C9942F
Complementary color
Monochromatic Colors of #C9942F
Black with #C9942F
Text Example
Text Example
White with #C9942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9942F; }
p { color: rgb(201,148,47); }
H1.HeaderClassName
{
color: #C9942F;
}
.AnyTagClassName
{
color: #C9942F;
}
</style>
background-color css
<style>
a { background-color: #C9942F; }
a { background-color: rgb(201,148,47); }
div.DivClassName
{
background-color: #C9942F;
}
.BgClassName
{
background-color: #C9942F;
}
</style>
border-color css
<style>
span { border-color: #C9942F; }
span { border-color: rgb(201,148,47); }
td.TdClassName
{
border-color: #C9942F;
}
.TagClassName
{
border-color: #C9942F;
}
</style>