Shades of Fuel Yellow #CF9B30
Tints of Fuel Yellow #CF9B30
RGB
CMYK
RGB Variations
Color information
#CF9B30 (or 0xCF9B30) is known color: Fuel Yellow. HEX triplet: CF, 9B and 30. RGB value is (207,155,48). Sum of RGB (Red+Green+Blue) = 207+155+48=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B30 is #3064CF. Grayscale: #9E9E9E. Windows color (decimal): -3171536 or 3185615. OLE color: 3185615.
HSL color Cylindrical-coordinate representation of color #CF9B30: hue angle of 40.38º 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 #CF9B30 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 48 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.19 |
| HSL | 40.38º | 0.62% | 0.5% | - |
| HSV(B) | 40.38º | 0.77% | 0.81% | - |
| XYZ | 37.99 | 36.92 | 7.92 | - |
| YUV | 158.35 | 65.73 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 48 | 0 | 0.25 | 0.77 | 0.19 | 40.38 | 0.62 | 0.5 |
| Hex | CF | 9B | 30 | 0 | 19 | 4D | 13 | 28 | 3E | 32 |
| Octal | 317 | 233 | 60 | 0 | 31 | 115 | 23 | 50 | 76 | 62 |
| Binary | 11001111 | 10011011 | 110000 | 0 | 11001 | 1001101 | 10011 | 101000 | 111110 | 110010 |
Color Harmonies of #CF9B30
Complementary color
Monochromatic Colors of #CF9B30
Black with #CF9B30
Text Example
Text Example
White with #CF9B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B30; }
p { color: rgb(207,155,48); }
H1.HeaderClassName
{
color: #CF9B30;
}
.AnyTagClassName
{
color: #CF9B30;
}
</style>
background-color css
<style>
a { background-color: #CF9B30; }
a { background-color: rgb(207,155,48); }
div.DivClassName
{
background-color: #CF9B30;
}
.BgClassName
{
background-color: #CF9B30;
}
</style>
border-color css
<style>
span { border-color: #CF9B30; }
span { border-color: rgb(207,155,48); }
td.TdClassName
{
border-color: #CF9B30;
}
.TagClassName
{
border-color: #CF9B30;
}
</style>