Shades of Fuel Yellow #CC943A
Tints of Fuel Yellow #CC943A
RGB
CMYK
RGB Variations
Color information
#CC943A (or 0xCC943A) is known color: Fuel Yellow. HEX triplet: CC, 94 and 3A. RGB value is (204,148,58). Sum of RGB (Red+Green+Blue) = 204+148+58=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC943A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC943A is #336BC5. Grayscale: #9A9A9A. Windows color (decimal): -3369926 or 3839180. OLE color: 3839180.
HSL color Cylindrical-coordinate representation of color #CC943A: hue angle of 36.99º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC943A is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 58 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.2 |
| HSL | 36.99º | 0.59% | 0.51% | - |
| HSV(B) | 36.99º | 0.72% | 0.8% | - |
| XYZ | 36.26 | 34.32 | 8.72 | - |
| YUV | 154.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 58 | 0 | 0.27 | 0.72 | 0.2 | 36.99 | 0.59 | 0.51 |
| Hex | CC | 94 | 3A | 0 | 1B | 48 | 14 | 25 | 3B | 33 |
| Octal | 314 | 224 | 72 | 0 | 33 | 110 | 24 | 45 | 73 | 63 |
| Binary | 11001100 | 10010100 | 111010 | 0 | 11011 | 1001000 | 10100 | 100101 | 111011 | 110011 |
Color Harmonies of #CC943A
Complementary color
Monochromatic Colors of #CC943A
Black with #CC943A
Text Example
Text Example
White with #CC943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC943A; }
p { color: rgb(204,148,58); }
H1.HeaderClassName
{
color: #CC943A;
}
.AnyTagClassName
{
color: #CC943A;
}
</style>
background-color css
<style>
a { background-color: #CC943A; }
a { background-color: rgb(204,148,58); }
div.DivClassName
{
background-color: #CC943A;
}
.BgClassName
{
background-color: #CC943A;
}
</style>
border-color css
<style>
span { border-color: #CC943A; }
span { border-color: rgb(204,148,58); }
td.TdClassName
{
border-color: #CC943A;
}
.TagClassName
{
border-color: #CC943A;
}
</style>