Shades of Fuel Yellow #CF8B2B
Tints of Fuel Yellow #CF8B2B
RGB
CMYK
RGB Variations
Color information
#CF8B2B (or 0xCF8B2B) is known color: Fuel Yellow. HEX triplet: CF, 8B and 2B. RGB value is (207,139,43). Sum of RGB (Red+Green+Blue) = 207+139+43=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B2B is #3074D4. Grayscale: #949494. Windows color (decimal): -3175637 or 2853839. OLE color: 2853839.
HSL color Cylindrical-coordinate representation of color #CF8B2B: hue angle of 35.12º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF8B2B is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 43 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.19 |
| HSL | 35.12º | 0.66% | 0.49% | - |
| HSV(B) | 35.12º | 0.79% | 0.81% | - |
| XYZ | 35.4 | 31.91 | 6.58 | - |
| YUV | 148.39 | 68.53 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 43 | 0 | 0.33 | 0.79 | 0.19 | 35.12 | 0.66 | 0.49 |
| Hex | CF | 8B | 2B | 0 | 21 | 4F | 13 | 23 | 42 | 31 |
| Octal | 317 | 213 | 53 | 0 | 41 | 117 | 23 | 43 | 102 | 61 |
| Binary | 11001111 | 10001011 | 101011 | 0 | 100001 | 1001111 | 10011 | 100011 | 1000010 | 110001 |
Color Harmonies of #CF8B2B
Complementary color
Monochromatic Colors of #CF8B2B
Black with #CF8B2B
Text Example
Text Example
White with #CF8B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B2B; }
p { color: rgb(207,139,43); }
H1.HeaderClassName
{
color: #CF8B2B;
}
.AnyTagClassName
{
color: #CF8B2B;
}
</style>
background-color css
<style>
a { background-color: #CF8B2B; }
a { background-color: rgb(207,139,43); }
div.DivClassName
{
background-color: #CF8B2B;
}
.BgClassName
{
background-color: #CF8B2B;
}
</style>
border-color css
<style>
span { border-color: #CF8B2B; }
span { border-color: rgb(207,139,43); }
td.TdClassName
{
border-color: #CF8B2B;
}
.TagClassName
{
border-color: #CF8B2B;
}
</style>