Shades of Fuel Yellow #CC9630
Tints of Fuel Yellow #CC9630
RGB
CMYK
RGB Variations
Color information
#CC9630 (or 0xCC9630) is known color: Fuel Yellow. HEX triplet: CC, 96 and 30. RGB value is (204,150,48). Sum of RGB (Red+Green+Blue) = 204+150+48=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9630 is #3369CF. Grayscale: #9A9A9A. Windows color (decimal): -3369424 or 3184332. OLE color: 3184332.
HSL color Cylindrical-coordinate representation of color #CC9630: hue angle of 39.23º 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 #CC9630 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 48 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.2 |
| HSL | 39.23º | 0.62% | 0.49% | - |
| HSV(B) | 39.23º | 0.76% | 0.8% | - |
| XYZ | 36.34 | 34.86 | 7.61 | - |
| YUV | 154.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 48 | 0 | 0.26 | 0.76 | 0.2 | 39.23 | 0.62 | 0.49 |
| Hex | CC | 96 | 30 | 0 | 1A | 4C | 14 | 27 | 3E | 31 |
| Octal | 314 | 226 | 60 | 0 | 32 | 114 | 24 | 47 | 76 | 61 |
| Binary | 11001100 | 10010110 | 110000 | 0 | 11010 | 1001100 | 10100 | 100111 | 111110 | 110001 |
Color Harmonies of #CC9630
Complementary color
Monochromatic Colors of #CC9630
Black with #CC9630
Text Example
Text Example
White with #CC9630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9630; }
p { color: rgb(204,150,48); }
H1.HeaderClassName
{
color: #CC9630;
}
.AnyTagClassName
{
color: #CC9630;
}
</style>
background-color css
<style>
a { background-color: #CC9630; }
a { background-color: rgb(204,150,48); }
div.DivClassName
{
background-color: #CC9630;
}
.BgClassName
{
background-color: #CC9630;
}
</style>
border-color css
<style>
span { border-color: #CC9630; }
span { border-color: rgb(204,150,48); }
td.TdClassName
{
border-color: #CC9630;
}
.TagClassName
{
border-color: #CC9630;
}
</style>