Shades of Fuel Yellow #CC9430
Tints of Fuel Yellow #CC9430
RGB
CMYK
RGB Variations
Color information
#CC9430 (or 0xCC9430) is known color: Fuel Yellow. HEX triplet: CC, 94 and 30. RGB value is (204,148,48). Sum of RGB (Red+Green+Blue) = 204+148+48=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9430 is #336BCF. Grayscale: #999999. Windows color (decimal): -3369936 or 3183820. OLE color: 3183820.
HSL color Cylindrical-coordinate representation of color #CC9430: hue angle of 38.46º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC9430 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 48 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.2 |
| HSL | 38.46º | 0.62% | 0.49% | - |
| HSV(B) | 38.46º | 0.76% | 0.8% | - |
| XYZ | 36.03 | 34.23 | 7.5 | - |
| YUV | 153.34 | 68.55 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 48 | 0 | 0.27 | 0.76 | 0.2 | 38.46 | 0.62 | 0.49 |
| Hex | CC | 94 | 30 | 0 | 1B | 4C | 14 | 26 | 3E | 31 |
| Octal | 314 | 224 | 60 | 0 | 33 | 114 | 24 | 46 | 76 | 61 |
| Binary | 11001100 | 10010100 | 110000 | 0 | 11011 | 1001100 | 10100 | 100110 | 111110 | 110001 |
Color Harmonies of #CC9430
Complementary color
Monochromatic Colors of #CC9430
Black with #CC9430
Text Example
Text Example
White with #CC9430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9430; }
p { color: rgb(204,148,48); }
H1.HeaderClassName
{
color: #CC9430;
}
.AnyTagClassName
{
color: #CC9430;
}
</style>
background-color css
<style>
a { background-color: #CC9430; }
a { background-color: rgb(204,148,48); }
div.DivClassName
{
background-color: #CC9430;
}
.BgClassName
{
background-color: #CC9430;
}
</style>
border-color css
<style>
span { border-color: #CC9430; }
span { border-color: rgb(204,148,48); }
td.TdClassName
{
border-color: #CC9430;
}
.TagClassName
{
border-color: #CC9430;
}
</style>