Shades of Fuel Yellow #CC9530
Tints of Fuel Yellow #CC9530
RGB
CMYK
RGB Variations
Color information
#CC9530 (or 0xCC9530) is known color: Fuel Yellow. HEX triplet: CC, 95 and 30. RGB value is (204,149,48). Sum of RGB (Red+Green+Blue) = 204+149+48=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9530 is #336ACF. Grayscale: #9A9A9A. Windows color (decimal): -3369680 or 3184076. OLE color: 3184076.
HSL color Cylindrical-coordinate representation of color #CC9530: hue angle of 38.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC9530 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 48 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.2 |
| HSL | 38.85º | 0.62% | 0.49% | - |
| HSV(B) | 38.85º | 0.76% | 0.8% | - |
| XYZ | 36.18 | 34.55 | 7.56 | - |
| YUV | 153.93 | 68.22 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 48 | 0 | 0.27 | 0.76 | 0.2 | 38.85 | 0.62 | 0.49 |
| Hex | CC | 95 | 30 | 0 | 1B | 4C | 14 | 27 | 3E | 31 |
| Octal | 314 | 225 | 60 | 0 | 33 | 114 | 24 | 47 | 76 | 61 |
| Binary | 11001100 | 10010101 | 110000 | 0 | 11011 | 1001100 | 10100 | 100111 | 111110 | 110001 |
Color Harmonies of #CC9530
Complementary color
Monochromatic Colors of #CC9530
Black with #CC9530
Text Example
Text Example
White with #CC9530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9530; }
p { color: rgb(204,149,48); }
H1.HeaderClassName
{
color: #CC9530;
}
.AnyTagClassName
{
color: #CC9530;
}
</style>
background-color css
<style>
a { background-color: #CC9530; }
a { background-color: rgb(204,149,48); }
div.DivClassName
{
background-color: #CC9530;
}
.BgClassName
{
background-color: #CC9530;
}
</style>
border-color css
<style>
span { border-color: #CC9530; }
span { border-color: rgb(204,149,48); }
td.TdClassName
{
border-color: #CC9530;
}
.TagClassName
{
border-color: #CC9530;
}
</style>