Shades of Fuel Yellow #CC9228
Tints of Fuel Yellow #CC9228
RGB
CMYK
RGB Variations
Color information
#CC9228 (or 0xCC9228) is known color: Fuel Yellow. HEX triplet: CC, 92 and 28. RGB value is (204,146,40). Sum of RGB (Red+Green+Blue) = 204+146+40=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9228 is #336DD7. Grayscale: #979797. Windows color (decimal): -3370456 or 2659020. OLE color: 2659020.
HSL color Cylindrical-coordinate representation of color #CC9228: hue angle of 38.78º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC9228 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 40 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.2 |
| HSL | 38.78º | 0.67% | 0.48% | - |
| HSV(B) | 38.78º | 0.8% | 0.8% | - |
| XYZ | 35.56 | 33.55 | 6.61 | - |
| YUV | 151.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 40 | 0 | 0.28 | 0.80 | 0.2 | 38.78 | 0.67 | 0.48 |
| Hex | CC | 92 | 28 | 0 | 1C | 50 | 14 | 27 | 43 | 30 |
| Octal | 314 | 222 | 50 | 0 | 34 | 120 | 24 | 47 | 103 | 60 |
| Binary | 11001100 | 10010010 | 101000 | 0 | 11100 | 1010000 | 10100 | 100111 | 1000011 | 110000 |
Color Harmonies of #CC9228
Complementary color
Monochromatic Colors of #CC9228
Black with #CC9228
Text Example
Text Example
White with #CC9228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9228; }
p { color: rgb(204,146,40); }
H1.HeaderClassName
{
color: #CC9228;
}
.AnyTagClassName
{
color: #CC9228;
}
</style>
background-color css
<style>
a { background-color: #CC9228; }
a { background-color: rgb(204,146,40); }
div.DivClassName
{
background-color: #CC9228;
}
.BgClassName
{
background-color: #CC9228;
}
</style>
border-color css
<style>
span { border-color: #CC9228; }
span { border-color: rgb(204,146,40); }
td.TdClassName
{
border-color: #CC9228;
}
.TagClassName
{
border-color: #CC9228;
}
</style>