Shades of Fuel Yellow #CC922C
Tints of Fuel Yellow #CC922C
RGB
CMYK
RGB Variations
Color information
#CC922C (or 0xCC922C) is known color: Fuel Yellow. HEX triplet: CC, 92 and 2C. RGB value is (204,146,44). Sum of RGB (Red+Green+Blue) = 204+146+44=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC922C is #336DD3. Grayscale: #989898. Windows color (decimal): -3370452 or 2921164. OLE color: 2921164.
HSL color Cylindrical-coordinate representation of color #CC922C: hue angle of 38.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC922C is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 44 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.2 |
| HSL | 38.25º | 0.65% | 0.49% | - |
| HSV(B) | 38.25º | 0.78% | 0.8% | - |
| XYZ | 35.64 | 33.58 | 6.99 | - |
| YUV | 151.71 | 67.22 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 44 | 0 | 0.28 | 0.78 | 0.2 | 38.25 | 0.65 | 0.49 |
| Hex | CC | 92 | 2C | 0 | 1C | 4E | 14 | 26 | 41 | 31 |
| Octal | 314 | 222 | 54 | 0 | 34 | 116 | 24 | 46 | 101 | 61 |
| Binary | 11001100 | 10010010 | 101100 | 0 | 11100 | 1001110 | 10100 | 100110 | 1000001 | 110001 |
Color Harmonies of #CC922C
Complementary color
Monochromatic Colors of #CC922C
Black with #CC922C
Text Example
Text Example
White with #CC922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC922C; }
p { color: rgb(204,146,44); }
H1.HeaderClassName
{
color: #CC922C;
}
.AnyTagClassName
{
color: #CC922C;
}
</style>
background-color css
<style>
a { background-color: #CC922C; }
a { background-color: rgb(204,146,44); }
div.DivClassName
{
background-color: #CC922C;
}
.BgClassName
{
background-color: #CC922C;
}
</style>
border-color css
<style>
span { border-color: #CC922C; }
span { border-color: rgb(204,146,44); }
td.TdClassName
{
border-color: #CC922C;
}
.TagClassName
{
border-color: #CC922C;
}
</style>