Shades of Fuel Yellow #C99033
Tints of Fuel Yellow #C99033
RGB
CMYK
RGB Variations
Color information
#C99033 (or 0xC99033) is known color: Fuel Yellow. HEX triplet: C9, 90 and 33. RGB value is (201,144,51). Sum of RGB (Red+Green+Blue) = 201+144+51=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C99033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99033 is #366FCC. Grayscale: #969696. Windows color (decimal): -3567565 or 3379401. OLE color: 3379401.
HSL color Cylindrical-coordinate representation of color #C99033: hue angle of 37.2º 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 #C99033 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 51 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.21 |
| HSL | 37.2º | 0.6% | 0.49% | - |
| HSV(B) | 37.2º | 0.75% | 0.79% | - |
| XYZ | 34.66 | 32.6 | 7.6 | - |
| YUV | 150.44 | 71.88 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 51 | 0 | 0.28 | 0.75 | 0.21 | 37.2 | 0.6 | 0.49 |
| Hex | C9 | 90 | 33 | 0 | 1C | 4B | 15 | 25 | 3C | 31 |
| Octal | 311 | 220 | 63 | 0 | 34 | 113 | 25 | 45 | 74 | 61 |
| Binary | 11001001 | 10010000 | 110011 | 0 | 11100 | 1001011 | 10101 | 100101 | 111100 | 110001 |
Color Harmonies of #C99033
Complementary color
Monochromatic Colors of #C99033
Black with #C99033
Text Example
Text Example
White with #C99033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99033; }
p { color: rgb(201,144,51); }
H1.HeaderClassName
{
color: #C99033;
}
.AnyTagClassName
{
color: #C99033;
}
</style>
background-color css
<style>
a { background-color: #C99033; }
a { background-color: rgb(201,144,51); }
div.DivClassName
{
background-color: #C99033;
}
.BgClassName
{
background-color: #C99033;
}
</style>
border-color css
<style>
span { border-color: #C99033; }
span { border-color: rgb(201,144,51); }
td.TdClassName
{
border-color: #C99033;
}
.TagClassName
{
border-color: #C99033;
}
</style>