Shades of Fuel Yellow #CC922D
Tints of Fuel Yellow #CC922D
RGB
CMYK
RGB Variations
Color information
#CC922D (or 0xCC922D) is known color: Fuel Yellow. HEX triplet: CC, 92 and 2D. RGB value is (204,146,45). Sum of RGB (Red+Green+Blue) = 204+146+45=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC922D is #336DD2. Grayscale: #989898. Windows color (decimal): -3370451 or 2986700. OLE color: 2986700.
HSL color Cylindrical-coordinate representation of color #CC922D: hue angle of 38.11º degrees, saturation: 0.64, 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 #CC922D is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 45 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.2 |
| HSL | 38.11º | 0.64% | 0.49% | - |
| HSV(B) | 38.11º | 0.78% | 0.8% | - |
| XYZ | 35.65 | 33.58 | 7.09 | - |
| YUV | 151.83 | 67.72 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 45 | 0 | 0.28 | 0.78 | 0.2 | 38.11 | 0.64 | 0.49 |
| Hex | CC | 92 | 2D | 0 | 1C | 4E | 14 | 26 | 40 | 31 |
| Octal | 314 | 222 | 55 | 0 | 34 | 116 | 24 | 46 | 100 | 61 |
| Binary | 11001100 | 10010010 | 101101 | 0 | 11100 | 1001110 | 10100 | 100110 | 1000000 | 110001 |
Color Harmonies of #CC922D
Complementary color
Monochromatic Colors of #CC922D
Black with #CC922D
Text Example
Text Example
White with #CC922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC922D; }
p { color: rgb(204,146,45); }
H1.HeaderClassName
{
color: #CC922D;
}
.AnyTagClassName
{
color: #CC922D;
}
</style>
background-color css
<style>
a { background-color: #CC922D; }
a { background-color: rgb(204,146,45); }
div.DivClassName
{
background-color: #CC922D;
}
.BgClassName
{
background-color: #CC922D;
}
</style>
border-color css
<style>
span { border-color: #CC922D; }
span { border-color: rgb(204,146,45); }
td.TdClassName
{
border-color: #CC922D;
}
.TagClassName
{
border-color: #CC922D;
}
</style>