Shades of Fuel Yellow #CC942E
Tints of Fuel Yellow #CC942E
RGB
CMYK
RGB Variations
Color information
#CC942E (or 0xCC942E) is known color: Fuel Yellow. HEX triplet: CC, 94 and 2E. RGB value is (204,148,46). Sum of RGB (Red+Green+Blue) = 204+148+46=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC942E is #336BD1. Grayscale: #999999. Windows color (decimal): -3369938 or 3052748. OLE color: 3052748.
HSL color Cylindrical-coordinate representation of color #CC942E: hue angle of 38.73º 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 #CC942E is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 46 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.2 |
| HSL | 38.73º | 0.63% | 0.49% | - |
| HSV(B) | 38.73º | 0.77% | 0.8% | - |
| XYZ | 35.98 | 34.21 | 7.29 | - |
| YUV | 153.12 | 67.55 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 46 | 0 | 0.27 | 0.77 | 0.2 | 38.73 | 0.63 | 0.49 |
| Hex | CC | 94 | 2E | 0 | 1B | 4D | 14 | 27 | 3F | 31 |
| Octal | 314 | 224 | 56 | 0 | 33 | 115 | 24 | 47 | 77 | 61 |
| Binary | 11001100 | 10010100 | 101110 | 0 | 11011 | 1001101 | 10100 | 100111 | 111111 | 110001 |
Color Harmonies of #CC942E
Complementary color
Monochromatic Colors of #CC942E
Black with #CC942E
Text Example
Text Example
White with #CC942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC942E; }
p { color: rgb(204,148,46); }
H1.HeaderClassName
{
color: #CC942E;
}
.AnyTagClassName
{
color: #CC942E;
}
</style>
background-color css
<style>
a { background-color: #CC942E; }
a { background-color: rgb(204,148,46); }
div.DivClassName
{
background-color: #CC942E;
}
.BgClassName
{
background-color: #CC942E;
}
</style>
border-color css
<style>
span { border-color: #CC942E; }
span { border-color: rgb(204,148,46); }
td.TdClassName
{
border-color: #CC942E;
}
.TagClassName
{
border-color: #CC942E;
}
</style>