Shades of Fuel Yellow #CC982B
Tints of Fuel Yellow #CC982B
RGB
CMYK
RGB Variations
Color information
#CC982B (or 0xCC982B) is known color: Fuel Yellow. HEX triplet: CC, 98 and 2B. RGB value is (204,152,43). Sum of RGB (Red+Green+Blue) = 204+152+43=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC982B is #3367D4. Grayscale: #9B9B9B. Windows color (decimal): -3368917 or 2857164. OLE color: 2857164.
HSL color Cylindrical-coordinate representation of color #CC982B: hue angle of 40.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC982B is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 43 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.2 |
| HSL | 40.62º | 0.65% | 0.48% | - |
| HSV(B) | 40.62º | 0.79% | 0.8% | - |
| XYZ | 36.57 | 35.47 | 7.2 | - |
| YUV | 155.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 43 | 0 | 0.25 | 0.79 | 0.2 | 40.62 | 0.65 | 0.48 |
| Hex | CC | 98 | 2B | 0 | 19 | 4F | 14 | 29 | 41 | 30 |
| Octal | 314 | 230 | 53 | 0 | 31 | 117 | 24 | 51 | 101 | 60 |
| Binary | 11001100 | 10011000 | 101011 | 0 | 11001 | 1001111 | 10100 | 101001 | 1000001 | 110000 |
Color Harmonies of #CC982B
Complementary color
Monochromatic Colors of #CC982B
Black with #CC982B
Text Example
Text Example
White with #CC982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC982B; }
p { color: rgb(204,152,43); }
H1.HeaderClassName
{
color: #CC982B;
}
.AnyTagClassName
{
color: #CC982B;
}
</style>
background-color css
<style>
a { background-color: #CC982B; }
a { background-color: rgb(204,152,43); }
div.DivClassName
{
background-color: #CC982B;
}
.BgClassName
{
background-color: #CC982B;
}
</style>
border-color css
<style>
span { border-color: #CC982B; }
span { border-color: rgb(204,152,43); }
td.TdClassName
{
border-color: #CC982B;
}
.TagClassName
{
border-color: #CC982B;
}
</style>