Shades of Fuel Yellow #CF9530
Tints of Fuel Yellow #CF9530
RGB
CMYK
RGB Variations
Color information
#CF9530 (or 0xCF9530) is known color: Fuel Yellow. HEX triplet: CF, 95 and 30. RGB value is (207,149,48). Sum of RGB (Red+Green+Blue) = 207+149+48=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9530 is #306ACF. Grayscale: #9B9B9B. Windows color (decimal): -3173072 or 3184079. OLE color: 3184079.
HSL color Cylindrical-coordinate representation of color #CF9530: hue angle of 38.11º 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 #CF9530 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 48 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.19 |
| HSL | 38.11º | 0.62% | 0.5% | - |
| HSV(B) | 38.11º | 0.77% | 0.81% | - |
| XYZ | 37.01 | 34.97 | 7.6 | - |
| YUV | 154.83 | 67.72 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 48 | 0 | 0.28 | 0.77 | 0.19 | 38.11 | 0.62 | 0.5 |
| Hex | CF | 95 | 30 | 0 | 1C | 4D | 13 | 26 | 3E | 32 |
| Octal | 317 | 225 | 60 | 0 | 34 | 115 | 23 | 46 | 76 | 62 |
| Binary | 11001111 | 10010101 | 110000 | 0 | 11100 | 1001101 | 10011 | 100110 | 111110 | 110010 |
Color Harmonies of #CF9530
Complementary color
Monochromatic Colors of #CF9530
Black with #CF9530
Text Example
Text Example
White with #CF9530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9530; }
p { color: rgb(207,149,48); }
H1.HeaderClassName
{
color: #CF9530;
}
.AnyTagClassName
{
color: #CF9530;
}
</style>
background-color css
<style>
a { background-color: #CF9530; }
a { background-color: rgb(207,149,48); }
div.DivClassName
{
background-color: #CF9530;
}
.BgClassName
{
background-color: #CF9530;
}
</style>
border-color css
<style>
span { border-color: #CF9530; }
span { border-color: rgb(207,149,48); }
td.TdClassName
{
border-color: #CF9530;
}
.TagClassName
{
border-color: #CF9530;
}
</style>