Shades of Fuel Yellow #CC9534
Tints of Fuel Yellow #CC9534
RGB
CMYK
RGB Variations
Color information
#CC9534 (or 0xCC9534) is known color: Fuel Yellow. HEX triplet: CC, 95 and 34. RGB value is (204,149,52). Sum of RGB (Red+Green+Blue) = 204+149+52=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9534 is #336ACB. Grayscale: #9A9A9A. Windows color (decimal): -3369676 or 3446220. OLE color: 3446220.
HSL color Cylindrical-coordinate representation of color #CC9534: hue angle of 38.29º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC9534 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 52 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.2 |
| HSL | 38.29º | 0.6% | 0.5% | - |
| HSV(B) | 38.29º | 0.75% | 0.8% | - |
| XYZ | 36.27 | 34.58 | 8.01 | - |
| YUV | 154.39 | 70.22 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 52 | 0 | 0.27 | 0.75 | 0.2 | 38.29 | 0.6 | 0.5 |
| Hex | CC | 95 | 34 | 0 | 1B | 4B | 14 | 26 | 3C | 32 |
| Octal | 314 | 225 | 64 | 0 | 33 | 113 | 24 | 46 | 74 | 62 |
| Binary | 11001100 | 10010101 | 110100 | 0 | 11011 | 1001011 | 10100 | 100110 | 111100 | 110010 |
Color Harmonies of #CC9534
Complementary color
Monochromatic Colors of #CC9534
Black with #CC9534
Text Example
Text Example
White with #CC9534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9534; }
p { color: rgb(204,149,52); }
H1.HeaderClassName
{
color: #CC9534;
}
.AnyTagClassName
{
color: #CC9534;
}
</style>
background-color css
<style>
a { background-color: #CC9534; }
a { background-color: rgb(204,149,52); }
div.DivClassName
{
background-color: #CC9534;
}
.BgClassName
{
background-color: #CC9534;
}
</style>
border-color css
<style>
span { border-color: #CC9534; }
span { border-color: rgb(204,149,52); }
td.TdClassName
{
border-color: #CC9534;
}
.TagClassName
{
border-color: #CC9534;
}
</style>