Shades of Fuel Yellow #CF9D30
Tints of Fuel Yellow #CF9D30
RGB
CMYK
RGB Variations
Color information
#CF9D30 (or 0xCF9D30) is known color: Fuel Yellow. HEX triplet: CF, 9D and 30. RGB value is (207,157,48). Sum of RGB (Red+Green+Blue) = 207+157+48=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9D30 is #3062CF. Grayscale: #A0A0A0. Windows color (decimal): -3171024 or 3186127. OLE color: 3186127.
HSL color Cylindrical-coordinate representation of color #CF9D30: hue angle of 41.13º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF9D30 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 48 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.19 |
| HSL | 41.13º | 0.62% | 0.5% | - |
| HSV(B) | 41.13º | 0.77% | 0.81% | - |
| XYZ | 38.32 | 37.59 | 8.03 | - |
| YUV | 159.52 | 65.07 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 48 | 0 | 0.24 | 0.77 | 0.19 | 41.13 | 0.62 | 0.5 |
| Hex | CF | 9D | 30 | 0 | 18 | 4D | 13 | 29 | 3E | 32 |
| Octal | 317 | 235 | 60 | 0 | 30 | 115 | 23 | 51 | 76 | 62 |
| Binary | 11001111 | 10011101 | 110000 | 0 | 11000 | 1001101 | 10011 | 101001 | 111110 | 110010 |
Color Harmonies of #CF9D30
Complementary color
Monochromatic Colors of #CF9D30
Black with #CF9D30
Text Example
Text Example
White with #CF9D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D30; }
p { color: rgb(207,157,48); }
H1.HeaderClassName
{
color: #CF9D30;
}
.AnyTagClassName
{
color: #CF9D30;
}
</style>
background-color css
<style>
a { background-color: #CF9D30; }
a { background-color: rgb(207,157,48); }
div.DivClassName
{
background-color: #CF9D30;
}
.BgClassName
{
background-color: #CF9D30;
}
</style>
border-color css
<style>
span { border-color: #CF9D30; }
span { border-color: rgb(207,157,48); }
td.TdClassName
{
border-color: #CF9D30;
}
.TagClassName
{
border-color: #CF9D30;
}
</style>