Shades of Fuel Yellow #CF8D32
Tints of Fuel Yellow #CF8D32
RGB
CMYK
RGB Variations
Color information
#CF8D32 (or 0xCF8D32) is known color: Fuel Yellow. HEX triplet: CF, 8D and 32. RGB value is (207,141,50). Sum of RGB (Red+Green+Blue) = 207+141+50=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D32 is #3072CD. Grayscale: #969696. Windows color (decimal): -3175118 or 3313103. OLE color: 3313103.
HSL color Cylindrical-coordinate representation of color #CF8D32: hue angle of 34.78º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF8D32 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 50 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.19 |
| HSL | 34.78º | 0.62% | 0.5% | - |
| HSV(B) | 34.78º | 0.76% | 0.81% | - |
| XYZ | 35.83 | 32.55 | 7.41 | - |
| YUV | 150.36 | 71.37 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 50 | 0 | 0.32 | 0.76 | 0.19 | 34.78 | 0.62 | 0.5 |
| Hex | CF | 8D | 32 | 0 | 20 | 4C | 13 | 23 | 3E | 32 |
| Octal | 317 | 215 | 62 | 0 | 40 | 114 | 23 | 43 | 76 | 62 |
| Binary | 11001111 | 10001101 | 110010 | 0 | 100000 | 1001100 | 10011 | 100011 | 111110 | 110010 |
Color Harmonies of #CF8D32
Complementary color
Monochromatic Colors of #CF8D32
Black with #CF8D32
Text Example
Text Example
White with #CF8D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D32; }
p { color: rgb(207,141,50); }
H1.HeaderClassName
{
color: #CF8D32;
}
.AnyTagClassName
{
color: #CF8D32;
}
</style>
background-color css
<style>
a { background-color: #CF8D32; }
a { background-color: rgb(207,141,50); }
div.DivClassName
{
background-color: #CF8D32;
}
.BgClassName
{
background-color: #CF8D32;
}
</style>
border-color css
<style>
span { border-color: #CF8D32; }
span { border-color: rgb(207,141,50); }
td.TdClassName
{
border-color: #CF8D32;
}
.TagClassName
{
border-color: #CF8D32;
}
</style>