Shades of Fuel Yellow #CF8B2F
Tints of Fuel Yellow #CF8B2F
RGB
CMYK
RGB Variations
Color information
#CF8B2F (or 0xCF8B2F) is known color: Fuel Yellow. HEX triplet: CF, 8B and 2F. RGB value is (207,139,47). Sum of RGB (Red+Green+Blue) = 207+139+47=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B2F is #3074D0. Grayscale: #959595. Windows color (decimal): -3175633 or 3115983. OLE color: 3115983.
HSL color Cylindrical-coordinate representation of color #CF8B2F: hue angle of 34.5º degrees, saturation: 0.63, 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 #CF8B2F is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 47 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.19 |
| HSL | 34.5º | 0.63% | 0.5% | - |
| HSV(B) | 34.5º | 0.77% | 0.81% | - |
| XYZ | 35.48 | 31.94 | 6.98 | - |
| YUV | 148.84 | 70.53 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 47 | 0 | 0.33 | 0.77 | 0.19 | 34.5 | 0.63 | 0.5 |
| Hex | CF | 8B | 2F | 0 | 21 | 4D | 13 | 22 | 3F | 32 |
| Octal | 317 | 213 | 57 | 0 | 41 | 115 | 23 | 42 | 77 | 62 |
| Binary | 11001111 | 10001011 | 101111 | 0 | 100001 | 1001101 | 10011 | 100010 | 111111 | 110010 |
Color Harmonies of #CF8B2F
Complementary color
Monochromatic Colors of #CF8B2F
Black with #CF8B2F
Text Example
Text Example
White with #CF8B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B2F; }
p { color: rgb(207,139,47); }
H1.HeaderClassName
{
color: #CF8B2F;
}
.AnyTagClassName
{
color: #CF8B2F;
}
</style>
background-color css
<style>
a { background-color: #CF8B2F; }
a { background-color: rgb(207,139,47); }
div.DivClassName
{
background-color: #CF8B2F;
}
.BgClassName
{
background-color: #CF8B2F;
}
</style>
border-color css
<style>
span { border-color: #CF8B2F; }
span { border-color: rgb(207,139,47); }
td.TdClassName
{
border-color: #CF8B2F;
}
.TagClassName
{
border-color: #CF8B2F;
}
</style>