Shades of Fuel Yellow #CC9028
Tints of Fuel Yellow #CC9028
RGB
CMYK
RGB Variations
Color information
#CC9028 (or 0xCC9028) is known color: Fuel Yellow. HEX triplet: CC, 90 and 28. RGB value is (204,144,40). Sum of RGB (Red+Green+Blue) = 204+144+40=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9028 is #336FD7. Grayscale: #969696. Windows color (decimal): -3370968 or 2658508. OLE color: 2658508.
HSL color Cylindrical-coordinate representation of color #CC9028: hue angle of 38.05º 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 #CC9028 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 40 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.2 |
| HSL | 38.05º | 0.67% | 0.48% | - |
| HSV(B) | 38.05º | 0.8% | 0.8% | - |
| XYZ | 35.26 | 32.94 | 6.51 | - |
| YUV | 150.08 | 65.88 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 40 | 0 | 0.29 | 0.80 | 0.2 | 38.05 | 0.67 | 0.48 |
| Hex | CC | 90 | 28 | 0 | 1D | 50 | 14 | 26 | 43 | 30 |
| Octal | 314 | 220 | 50 | 0 | 35 | 120 | 24 | 46 | 103 | 60 |
| Binary | 11001100 | 10010000 | 101000 | 0 | 11101 | 1010000 | 10100 | 100110 | 1000011 | 110000 |
Color Harmonies of #CC9028
Complementary color
Monochromatic Colors of #CC9028
Black with #CC9028
Text Example
Text Example
White with #CC9028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9028; }
p { color: rgb(204,144,40); }
H1.HeaderClassName
{
color: #CC9028;
}
.AnyTagClassName
{
color: #CC9028;
}
</style>
background-color css
<style>
a { background-color: #CC9028; }
a { background-color: rgb(204,144,40); }
div.DivClassName
{
background-color: #CC9028;
}
.BgClassName
{
background-color: #CC9028;
}
</style>
border-color css
<style>
span { border-color: #CC9028; }
span { border-color: rgb(204,144,40); }
td.TdClassName
{
border-color: #CC9028;
}
.TagClassName
{
border-color: #CC9028;
}
</style>