Shades of Fuel Yellow #CF8F3B
Tints of Fuel Yellow #CF8F3B
RGB
CMYK
RGB Variations
Color information
#CF8F3B (or 0xCF8F3B) is known color: Fuel Yellow. HEX triplet: CF, 8F and 3B. RGB value is (207,143,59). Sum of RGB (Red+Green+Blue) = 207+143+59=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F3B is #3070C4. Grayscale: #989898. Windows color (decimal): -3174597 or 3903439. OLE color: 3903439.
HSL color Cylindrical-coordinate representation of color #CF8F3B: hue angle of 34.05º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF8F3B is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 59 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.19 |
| HSL | 34.05º | 0.61% | 0.52% | - |
| HSV(B) | 34.05º | 0.71% | 0.81% | - |
| XYZ | 36.34 | 33.23 | 8.64 | - |
| YUV | 152.56 | 75.2 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 59 | 0 | 0.31 | 0.71 | 0.19 | 34.05 | 0.61 | 0.52 |
| Hex | CF | 8F | 3B | 0 | 1F | 47 | 13 | 22 | 3D | 34 |
| Octal | 317 | 217 | 73 | 0 | 37 | 107 | 23 | 42 | 75 | 64 |
| Binary | 11001111 | 10001111 | 111011 | 0 | 11111 | 1000111 | 10011 | 100010 | 111101 | 110100 |
Color Harmonies of #CF8F3B
Complementary color
Monochromatic Colors of #CF8F3B
Black with #CF8F3B
Text Example
Text Example
White with #CF8F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F3B; }
p { color: rgb(207,143,59); }
H1.HeaderClassName
{
color: #CF8F3B;
}
.AnyTagClassName
{
color: #CF8F3B;
}
</style>
background-color css
<style>
a { background-color: #CF8F3B; }
a { background-color: rgb(207,143,59); }
div.DivClassName
{
background-color: #CF8F3B;
}
.BgClassName
{
background-color: #CF8F3B;
}
</style>
border-color css
<style>
span { border-color: #CF8F3B; }
span { border-color: rgb(207,143,59); }
td.TdClassName
{
border-color: #CF8F3B;
}
.TagClassName
{
border-color: #CF8F3B;
}
</style>