Shades of Fuel Yellow #CF9430
Tints of Fuel Yellow #CF9430
RGB
CMYK
RGB Variations
Color information
#CF9430 (or 0xCF9430) is known color: Fuel Yellow. HEX triplet: CF, 94 and 30. RGB value is (207,148,48). Sum of RGB (Red+Green+Blue) = 207+148+48=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9430 is #306BCF. Grayscale: #9A9A9A. Windows color (decimal): -3173328 or 3183823. OLE color: 3183823.
HSL color Cylindrical-coordinate representation of color #CF9430: hue angle of 37.74º 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 #CF9430 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 48 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.19 |
| HSL | 37.74º | 0.62% | 0.5% | - |
| HSV(B) | 37.74º | 0.77% | 0.81% | - |
| XYZ | 36.86 | 34.66 | 7.54 | - |
| YUV | 154.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 48 | 0 | 0.29 | 0.77 | 0.19 | 37.74 | 0.62 | 0.5 |
| Hex | CF | 94 | 30 | 0 | 1D | 4D | 13 | 26 | 3E | 32 |
| Octal | 317 | 224 | 60 | 0 | 35 | 115 | 23 | 46 | 76 | 62 |
| Binary | 11001111 | 10010100 | 110000 | 0 | 11101 | 1001101 | 10011 | 100110 | 111110 | 110010 |
Color Harmonies of #CF9430
Complementary color
Monochromatic Colors of #CF9430
Black with #CF9430
Text Example
Text Example
White with #CF9430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9430; }
p { color: rgb(207,148,48); }
H1.HeaderClassName
{
color: #CF9430;
}
.AnyTagClassName
{
color: #CF9430;
}
</style>
background-color css
<style>
a { background-color: #CF9430; }
a { background-color: rgb(207,148,48); }
div.DivClassName
{
background-color: #CF9430;
}
.BgClassName
{
background-color: #CF9430;
}
</style>
border-color css
<style>
span { border-color: #CF9430; }
span { border-color: rgb(207,148,48); }
td.TdClassName
{
border-color: #CF9430;
}
.TagClassName
{
border-color: #CF9430;
}
</style>