Shades of Fuel Yellow #CD8F32
Tints of Fuel Yellow #CD8F32
RGB
CMYK
RGB Variations
Color information
#CD8F32 (or 0xCD8F32) is known color: Fuel Yellow. HEX triplet: CD, 8F and 32. RGB value is (205,143,50). Sum of RGB (Red+Green+Blue) = 205+143+50=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8F32 is #3270CD. Grayscale: #979797. Windows color (decimal): -3305678 or 3313613. OLE color: 3313613.
HSL color Cylindrical-coordinate representation of color #CD8F32: hue angle of 36º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD8F32 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 50 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.20 |
| HSL | 36º | 0.61% | 0.5% | - |
| HSV(B) | 36º | 0.76% | 0.8% | - |
| XYZ | 35.58 | 32.85 | 7.48 | - |
| YUV | 150.94 | 71.04 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 50 | 0 | 0.30 | 0.76 | 0.20 | 36 | 0.61 | 0.5 |
| Hex | CD | 8F | 32 | 0 | 1E | 4C | 14 | 24 | 3D | 32 |
| Octal | 315 | 217 | 62 | 0 | 36 | 114 | 24 | 44 | 75 | 62 |
| Binary | 11001101 | 10001111 | 110010 | 0 | 11110 | 1001100 | 10100 | 100100 | 111101 | 110010 |
Color Harmonies of #CD8F32
Complementary color
Monochromatic Colors of #CD8F32
Black with #CD8F32
Text Example
Text Example
White with #CD8F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8F32; }
p { color: rgb(205,143,50); }
H1.HeaderClassName
{
color: #CD8F32;
}
.AnyTagClassName
{
color: #CD8F32;
}
</style>
background-color css
<style>
a { background-color: #CD8F32; }
a { background-color: rgb(205,143,50); }
div.DivClassName
{
background-color: #CD8F32;
}
.BgClassName
{
background-color: #CD8F32;
}
</style>
border-color css
<style>
span { border-color: #CD8F32; }
span { border-color: rgb(205,143,50); }
td.TdClassName
{
border-color: #CD8F32;
}
.TagClassName
{
border-color: #CD8F32;
}
</style>