Shades of Fuel Yellow #CC933A
Tints of Fuel Yellow #CC933A
RGB
CMYK
RGB Variations
Color information
#CC933A (or 0xCC933A) is known color: Fuel Yellow. HEX triplet: CC, 93 and 3A. RGB value is (204,147,58). Sum of RGB (Red+Green+Blue) = 204+147+58=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC933A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC933A is #336CC5. Grayscale: #9A9A9A. Windows color (decimal): -3370182 or 3838924. OLE color: 3838924.
HSL color Cylindrical-coordinate representation of color #CC933A: hue angle of 36.58º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC933A is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 58 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.2 |
| HSL | 36.58º | 0.59% | 0.51% | - |
| HSV(B) | 36.58º | 0.72% | 0.8% | - |
| XYZ | 36.1 | 34.01 | 8.66 | - |
| YUV | 153.9 | 73.88 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 58 | 0 | 0.28 | 0.72 | 0.2 | 36.58 | 0.59 | 0.51 |
| Hex | CC | 93 | 3A | 0 | 1C | 48 | 14 | 25 | 3B | 33 |
| Octal | 314 | 223 | 72 | 0 | 34 | 110 | 24 | 45 | 73 | 63 |
| Binary | 11001100 | 10010011 | 111010 | 0 | 11100 | 1001000 | 10100 | 100101 | 111011 | 110011 |
Color Harmonies of #CC933A
Complementary color
Monochromatic Colors of #CC933A
Black with #CC933A
Text Example
Text Example
White with #CC933A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC933A; }
p { color: rgb(204,147,58); }
H1.HeaderClassName
{
color: #CC933A;
}
.AnyTagClassName
{
color: #CC933A;
}
</style>
background-color css
<style>
a { background-color: #CC933A; }
a { background-color: rgb(204,147,58); }
div.DivClassName
{
background-color: #CC933A;
}
.BgClassName
{
background-color: #CC933A;
}
</style>
border-color css
<style>
span { border-color: #CC933A; }
span { border-color: rgb(204,147,58); }
td.TdClassName
{
border-color: #CC933A;
}
.TagClassName
{
border-color: #CC933A;
}
</style>