Shades of Fuel Yellow #CF8B2A
Tints of Fuel Yellow #CF8B2A
RGB
CMYK
RGB Variations
Color information
#CF8B2A (or 0xCF8B2A) is known color: Fuel Yellow. HEX triplet: CF, 8B and 2A. RGB value is (207,139,42). Sum of RGB (Red+Green+Blue) = 207+139+42=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B2A is #3074D5. Grayscale: #949494. Windows color (decimal): -3175638 or 2788303. OLE color: 2788303.
HSL color Cylindrical-coordinate representation of color #CF8B2A: hue angle of 35.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF8B2A is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 42 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.19 |
| HSL | 35.27º | 0.66% | 0.49% | - |
| HSV(B) | 35.27º | 0.8% | 0.81% | - |
| XYZ | 35.38 | 31.9 | 6.48 | - |
| YUV | 148.27 | 68.03 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 42 | 0 | 0.33 | 0.80 | 0.19 | 35.27 | 0.66 | 0.49 |
| Hex | CF | 8B | 2A | 0 | 21 | 50 | 13 | 23 | 42 | 31 |
| Octal | 317 | 213 | 52 | 0 | 41 | 120 | 23 | 43 | 102 | 61 |
| Binary | 11001111 | 10001011 | 101010 | 0 | 100001 | 1010000 | 10011 | 100011 | 1000010 | 110001 |
Color Harmonies of #CF8B2A
Complementary color
Monochromatic Colors of #CF8B2A
Black with #CF8B2A
Text Example
Text Example
White with #CF8B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B2A; }
p { color: rgb(207,139,42); }
H1.HeaderClassName
{
color: #CF8B2A;
}
.AnyTagClassName
{
color: #CF8B2A;
}
</style>
background-color css
<style>
a { background-color: #CF8B2A; }
a { background-color: rgb(207,139,42); }
div.DivClassName
{
background-color: #CF8B2A;
}
.BgClassName
{
background-color: #CF8B2A;
}
</style>
border-color css
<style>
span { border-color: #CF8B2A; }
span { border-color: rgb(207,139,42); }
td.TdClassName
{
border-color: #CF8B2A;
}
.TagClassName
{
border-color: #CF8B2A;
}
</style>