Shades of Fuel Yellow #C9902F
Tints of Fuel Yellow #C9902F
RGB
CMYK
RGB Variations
Color information
#C9902F (or 0xC9902F) is known color: Fuel Yellow. HEX triplet: C9, 90 and 2F. RGB value is (201,144,47). Sum of RGB (Red+Green+Blue) = 201+144+47=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9902F is #366FD0. Grayscale: #969696. Windows color (decimal): -3567569 or 3117257. OLE color: 3117257.
HSL color Cylindrical-coordinate representation of color #C9902F: hue angle of 37.79º 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 #C9902F is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 47 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.21 |
| HSL | 37.79º | 0.62% | 0.49% | - |
| HSV(B) | 37.79º | 0.77% | 0.79% | - |
| XYZ | 34.57 | 32.57 | 7.15 | - |
| YUV | 149.99 | 69.88 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 47 | 0 | 0.28 | 0.77 | 0.21 | 37.79 | 0.62 | 0.49 |
| Hex | C9 | 90 | 2F | 0 | 1C | 4D | 15 | 26 | 3E | 31 |
| Octal | 311 | 220 | 57 | 0 | 34 | 115 | 25 | 46 | 76 | 61 |
| Binary | 11001001 | 10010000 | 101111 | 0 | 11100 | 1001101 | 10101 | 100110 | 111110 | 110001 |
Color Harmonies of #C9902F
Complementary color
Monochromatic Colors of #C9902F
Black with #C9902F
Text Example
Text Example
White with #C9902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9902F; }
p { color: rgb(201,144,47); }
H1.HeaderClassName
{
color: #C9902F;
}
.AnyTagClassName
{
color: #C9902F;
}
</style>
background-color css
<style>
a { background-color: #C9902F; }
a { background-color: rgb(201,144,47); }
div.DivClassName
{
background-color: #C9902F;
}
.BgClassName
{
background-color: #C9902F;
}
</style>
border-color css
<style>
span { border-color: #C9902F; }
span { border-color: rgb(201,144,47); }
td.TdClassName
{
border-color: #C9902F;
}
.TagClassName
{
border-color: #C9902F;
}
</style>