Shades of Fuel Yellow #CC902E
Tints of Fuel Yellow #CC902E
RGB
CMYK
RGB Variations
Color information
#CC902E (or 0xCC902E) is known color: Fuel Yellow. HEX triplet: CC, 90 and 2E. RGB value is (204,144,46). Sum of RGB (Red+Green+Blue) = 204+144+46=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC902E is #336FD1. Grayscale: #979797. Windows color (decimal): -3370962 or 3051724. OLE color: 3051724.
HSL color Cylindrical-coordinate representation of color #CC902E: hue angle of 37.22º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC902E is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 46 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.2 |
| HSL | 37.22º | 0.63% | 0.49% | - |
| HSV(B) | 37.22º | 0.77% | 0.8% | - |
| XYZ | 35.37 | 32.98 | 7.09 | - |
| YUV | 150.77 | 68.88 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 46 | 0 | 0.29 | 0.77 | 0.2 | 37.22 | 0.63 | 0.49 |
| Hex | CC | 90 | 2E | 0 | 1D | 4D | 14 | 25 | 3F | 31 |
| Octal | 314 | 220 | 56 | 0 | 35 | 115 | 24 | 45 | 77 | 61 |
| Binary | 11001100 | 10010000 | 101110 | 0 | 11101 | 1001101 | 10100 | 100101 | 111111 | 110001 |
Color Harmonies of #CC902E
Complementary color
Monochromatic Colors of #CC902E
Black with #CC902E
Text Example
Text Example
White with #CC902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC902E; }
p { color: rgb(204,144,46); }
H1.HeaderClassName
{
color: #CC902E;
}
.AnyTagClassName
{
color: #CC902E;
}
</style>
background-color css
<style>
a { background-color: #CC902E; }
a { background-color: rgb(204,144,46); }
div.DivClassName
{
background-color: #CC902E;
}
.BgClassName
{
background-color: #CC902E;
}
</style>
border-color css
<style>
span { border-color: #CC902E; }
span { border-color: rgb(204,144,46); }
td.TdClassName
{
border-color: #CC902E;
}
.TagClassName
{
border-color: #CC902E;
}
</style>