Shades of Fuel Yellow #CC902A
Tints of Fuel Yellow #CC902A
RGB
CMYK
RGB Variations
Color information
#CC902A (or 0xCC902A) is known color: Fuel Yellow. HEX triplet: CC, 90 and 2A. RGB value is (204,144,42). Sum of RGB (Red+Green+Blue) = 204+144+42=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC902A is #336FD5. Grayscale: #969696. Windows color (decimal): -3370966 or 2789580. OLE color: 2789580.
HSL color Cylindrical-coordinate representation of color #CC902A: hue angle of 37.78º degrees, saturation: 0.66, 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 #CC902A is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 42 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.2 |
| HSL | 37.78º | 0.66% | 0.48% | - |
| HSV(B) | 37.78º | 0.79% | 0.8% | - |
| XYZ | 35.29 | 32.95 | 6.69 | - |
| YUV | 150.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 42 | 0 | 0.29 | 0.79 | 0.2 | 37.78 | 0.66 | 0.48 |
| Hex | CC | 90 | 2A | 0 | 1D | 4F | 14 | 26 | 42 | 30 |
| Octal | 314 | 220 | 52 | 0 | 35 | 117 | 24 | 46 | 102 | 60 |
| Binary | 11001100 | 10010000 | 101010 | 0 | 11101 | 1001111 | 10100 | 100110 | 1000010 | 110000 |
Color Harmonies of #CC902A
Complementary color
Monochromatic Colors of #CC902A
Black with #CC902A
Text Example
Text Example
White with #CC902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC902A; }
p { color: rgb(204,144,42); }
H1.HeaderClassName
{
color: #CC902A;
}
.AnyTagClassName
{
color: #CC902A;
}
</style>
background-color css
<style>
a { background-color: #CC902A; }
a { background-color: rgb(204,144,42); }
div.DivClassName
{
background-color: #CC902A;
}
.BgClassName
{
background-color: #CC902A;
}
</style>
border-color css
<style>
span { border-color: #CC902A; }
span { border-color: rgb(204,144,42); }
td.TdClassName
{
border-color: #CC902A;
}
.TagClassName
{
border-color: #CC902A;
}
</style>