Shades of Fuel Yellow #CD902E
Tints of Fuel Yellow #CD902E
RGB
CMYK
RGB Variations
Color information
#CD902E (or 0xCD902E) is known color: Fuel Yellow. HEX triplet: CD, 90 and 2E. RGB value is (205,144,46). Sum of RGB (Red+Green+Blue) = 205+144+46=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD902E is #326FD1. Grayscale: #979797. Windows color (decimal): -3305426 or 3051725. OLE color: 3051725.
HSL color Cylindrical-coordinate representation of color #CD902E: hue angle of 36.98º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD902E is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 46 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.20 |
| HSL | 36.98º | 0.63% | 0.49% | - |
| HSV(B) | 36.98º | 0.78% | 0.8% | - |
| XYZ | 35.64 | 33.12 | 7.1 | - |
| YUV | 151.07 | 68.71 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 46 | 0 | 0.30 | 0.78 | 0.20 | 36.98 | 0.63 | 0.49 |
| Hex | CD | 90 | 2E | 0 | 1E | 4E | 14 | 25 | 3F | 31 |
| Octal | 315 | 220 | 56 | 0 | 36 | 116 | 24 | 45 | 77 | 61 |
| Binary | 11001101 | 10010000 | 101110 | 0 | 11110 | 1001110 | 10100 | 100101 | 111111 | 110001 |
Color Harmonies of #CD902E
Complementary color
Monochromatic Colors of #CD902E
Black with #CD902E
Text Example
Text Example
White with #CD902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD902E; }
p { color: rgb(205,144,46); }
H1.HeaderClassName
{
color: #CD902E;
}
.AnyTagClassName
{
color: #CD902E;
}
</style>
background-color css
<style>
a { background-color: #CD902E; }
a { background-color: rgb(205,144,46); }
div.DivClassName
{
background-color: #CD902E;
}
.BgClassName
{
background-color: #CD902E;
}
</style>
border-color css
<style>
span { border-color: #CD902E; }
span { border-color: rgb(205,144,46); }
td.TdClassName
{
border-color: #CD902E;
}
.TagClassName
{
border-color: #CD902E;
}
</style>