Shades of Fuel Yellow #CF8B29
Tints of Fuel Yellow #CF8B29
RGB
CMYK
RGB Variations
Color information
#CF8B29 (or 0xCF8B29) is known color: Fuel Yellow. HEX triplet: CF, 8B and 29. RGB value is (207,139,41). Sum of RGB (Red+Green+Blue) = 207+139+41=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B29 is #3074D6. Grayscale: #949494. Windows color (decimal): -3175639 or 2722767. OLE color: 2722767.
HSL color Cylindrical-coordinate representation of color #CF8B29: hue angle of 35.42º degrees, saturation: 0.67, 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 #CF8B29 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 41 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.19 |
| HSL | 35.42º | 0.67% | 0.49% | - |
| HSV(B) | 35.42º | 0.8% | 0.81% | - |
| XYZ | 35.36 | 31.89 | 6.39 | - |
| YUV | 148.16 | 67.53 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 41 | 0 | 0.33 | 0.80 | 0.19 | 35.42 | 0.67 | 0.49 |
| Hex | CF | 8B | 29 | 0 | 21 | 50 | 13 | 23 | 43 | 31 |
| Octal | 317 | 213 | 51 | 0 | 41 | 120 | 23 | 43 | 103 | 61 |
| Binary | 11001111 | 10001011 | 101001 | 0 | 100001 | 1010000 | 10011 | 100011 | 1000011 | 110001 |
Color Harmonies of #CF8B29
Complementary color
Monochromatic Colors of #CF8B29
Black with #CF8B29
Text Example
Text Example
White with #CF8B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B29; }
p { color: rgb(207,139,41); }
H1.HeaderClassName
{
color: #CF8B29;
}
.AnyTagClassName
{
color: #CF8B29;
}
</style>
background-color css
<style>
a { background-color: #CF8B29; }
a { background-color: rgb(207,139,41); }
div.DivClassName
{
background-color: #CF8B29;
}
.BgClassName
{
background-color: #CF8B29;
}
</style>
border-color css
<style>
span { border-color: #CF8B29; }
span { border-color: rgb(207,139,41); }
td.TdClassName
{
border-color: #CF8B29;
}
.TagClassName
{
border-color: #CF8B29;
}
</style>