Shades of Fuel Yellow #CF9B31
Tints of Fuel Yellow #CF9B31
RGB
CMYK
RGB Variations
Color information
#CF9B31 (or 0xCF9B31) is known color: Fuel Yellow. HEX triplet: CF, 9B and 31. RGB value is (207,155,49). Sum of RGB (Red+Green+Blue) = 207+155+49=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B31 is #3064CE. Grayscale: #9E9E9E. Windows color (decimal): -3171535 or 3251151. OLE color: 3251151.
HSL color Cylindrical-coordinate representation of color #CF9B31: hue angle of 40.25º 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 #CF9B31 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 49 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.19 |
| HSL | 40.25º | 0.62% | 0.5% | - |
| HSV(B) | 40.25º | 0.76% | 0.81% | - |
| XYZ | 38.01 | 36.93 | 8.03 | - |
| YUV | 158.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 49 | 0 | 0.25 | 0.76 | 0.19 | 40.25 | 0.62 | 0.5 |
| Hex | CF | 9B | 31 | 0 | 19 | 4C | 13 | 28 | 3E | 32 |
| Octal | 317 | 233 | 61 | 0 | 31 | 114 | 23 | 50 | 76 | 62 |
| Binary | 11001111 | 10011011 | 110001 | 0 | 11001 | 1001100 | 10011 | 101000 | 111110 | 110010 |
Color Harmonies of #CF9B31
Complementary color
Monochromatic Colors of #CF9B31
Black with #CF9B31
Text Example
Text Example
White with #CF9B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B31; }
p { color: rgb(207,155,49); }
H1.HeaderClassName
{
color: #CF9B31;
}
.AnyTagClassName
{
color: #CF9B31;
}
</style>
background-color css
<style>
a { background-color: #CF9B31; }
a { background-color: rgb(207,155,49); }
div.DivClassName
{
background-color: #CF9B31;
}
.BgClassName
{
background-color: #CF9B31;
}
</style>
border-color css
<style>
span { border-color: #CF9B31; }
span { border-color: rgb(207,155,49); }
td.TdClassName
{
border-color: #CF9B31;
}
.TagClassName
{
border-color: #CF9B31;
}
</style>