Shades of Fuel Yellow #CF8B30
Tints of Fuel Yellow #CF8B30
RGB
CMYK
RGB Variations
Color information
#CF8B30 (or 0xCF8B30) is known color: Fuel Yellow. HEX triplet: CF, 8B and 30. RGB value is (207,139,48). Sum of RGB (Red+Green+Blue) = 207+139+48=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B30 is #3074CF. Grayscale: #959595. Windows color (decimal): -3175632 or 3181519. OLE color: 3181519.
HSL color Cylindrical-coordinate representation of color #CF8B30: hue angle of 34.34º 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 #CF8B30 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 48 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.19 |
| HSL | 34.34º | 0.62% | 0.5% | - |
| HSV(B) | 34.34º | 0.77% | 0.81% | - |
| XYZ | 35.5 | 31.94 | 7.09 | - |
| YUV | 148.96 | 71.03 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 48 | 0 | 0.33 | 0.77 | 0.19 | 34.34 | 0.62 | 0.5 |
| Hex | CF | 8B | 30 | 0 | 21 | 4D | 13 | 22 | 3E | 32 |
| Octal | 317 | 213 | 60 | 0 | 41 | 115 | 23 | 42 | 76 | 62 |
| Binary | 11001111 | 10001011 | 110000 | 0 | 100001 | 1001101 | 10011 | 100010 | 111110 | 110010 |
Color Harmonies of #CF8B30
Complementary color
Monochromatic Colors of #CF8B30
Black with #CF8B30
Text Example
Text Example
White with #CF8B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B30; }
p { color: rgb(207,139,48); }
H1.HeaderClassName
{
color: #CF8B30;
}
.AnyTagClassName
{
color: #CF8B30;
}
</style>
background-color css
<style>
a { background-color: #CF8B30; }
a { background-color: rgb(207,139,48); }
div.DivClassName
{
background-color: #CF8B30;
}
.BgClassName
{
background-color: #CF8B30;
}
</style>
border-color css
<style>
span { border-color: #CF8B30; }
span { border-color: rgb(207,139,48); }
td.TdClassName
{
border-color: #CF8B30;
}
.TagClassName
{
border-color: #CF8B30;
}
</style>