Shades of Fuel Yellow #CF9630
Tints of Fuel Yellow #CF9630
RGB
CMYK
RGB Variations
Color information
#CF9630 (or 0xCF9630) is known color: Fuel Yellow. HEX triplet: CF, 96 and 30. RGB value is (207,150,48). Sum of RGB (Red+Green+Blue) = 207+150+48=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9630 is #3069CF. Grayscale: #9B9B9B. Windows color (decimal): -3172816 or 3184335. OLE color: 3184335.
HSL color Cylindrical-coordinate representation of color #CF9630: hue angle of 38.49º 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 #CF9630 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 48 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.19 |
| HSL | 38.49º | 0.62% | 0.5% | - |
| HSV(B) | 38.49º | 0.77% | 0.81% | - |
| XYZ | 37.17 | 35.29 | 7.65 | - |
| YUV | 155.42 | 67.38 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 48 | 0 | 0.28 | 0.77 | 0.19 | 38.49 | 0.62 | 0.5 |
| Hex | CF | 96 | 30 | 0 | 1C | 4D | 13 | 26 | 3E | 32 |
| Octal | 317 | 226 | 60 | 0 | 34 | 115 | 23 | 46 | 76 | 62 |
| Binary | 11001111 | 10010110 | 110000 | 0 | 11100 | 1001101 | 10011 | 100110 | 111110 | 110010 |
Color Harmonies of #CF9630
Complementary color
Monochromatic Colors of #CF9630
Black with #CF9630
Text Example
Text Example
White with #CF9630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9630; }
p { color: rgb(207,150,48); }
H1.HeaderClassName
{
color: #CF9630;
}
.AnyTagClassName
{
color: #CF9630;
}
</style>
background-color css
<style>
a { background-color: #CF9630; }
a { background-color: rgb(207,150,48); }
div.DivClassName
{
background-color: #CF9630;
}
.BgClassName
{
background-color: #CF9630;
}
</style>
border-color css
<style>
span { border-color: #CF9630; }
span { border-color: rgb(207,150,48); }
td.TdClassName
{
border-color: #CF9630;
}
.TagClassName
{
border-color: #CF9630;
}
</style>