Shades of Fuel Yellow #CF9731
Tints of Fuel Yellow #CF9731
RGB
CMYK
RGB Variations
Color information
#CF9731 (or 0xCF9731) is known color: Fuel Yellow. HEX triplet: CF, 97 and 31. RGB value is (207,151,49). Sum of RGB (Red+Green+Blue) = 207+151+49=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9731 is #3068CE. Grayscale: #9C9C9C. Windows color (decimal): -3172559 or 3250127. OLE color: 3250127.
HSL color Cylindrical-coordinate representation of color #CF9731: hue angle of 38.73º 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 #CF9731 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 49 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.19 |
| HSL | 38.73º | 0.62% | 0.5% | - |
| HSV(B) | 38.73º | 0.76% | 0.81% | - |
| XYZ | 37.35 | 35.62 | 7.81 | - |
| YUV | 156.12 | 67.55 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 49 | 0 | 0.27 | 0.76 | 0.19 | 38.73 | 0.62 | 0.5 |
| Hex | CF | 97 | 31 | 0 | 1B | 4C | 13 | 27 | 3E | 32 |
| Octal | 317 | 227 | 61 | 0 | 33 | 114 | 23 | 47 | 76 | 62 |
| Binary | 11001111 | 10010111 | 110001 | 0 | 11011 | 1001100 | 10011 | 100111 | 111110 | 110010 |
Color Harmonies of #CF9731
Complementary color
Monochromatic Colors of #CF9731
Black with #CF9731
Text Example
Text Example
White with #CF9731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9731; }
p { color: rgb(207,151,49); }
H1.HeaderClassName
{
color: #CF9731;
}
.AnyTagClassName
{
color: #CF9731;
}
</style>
background-color css
<style>
a { background-color: #CF9731; }
a { background-color: rgb(207,151,49); }
div.DivClassName
{
background-color: #CF9731;
}
.BgClassName
{
background-color: #CF9731;
}
</style>
border-color css
<style>
span { border-color: #CF9731; }
span { border-color: rgb(207,151,49); }
td.TdClassName
{
border-color: #CF9731;
}
.TagClassName
{
border-color: #CF9731;
}
</style>