Shades of Fuel Yellow #CF902E
Tints of Fuel Yellow #CF902E
RGB
CMYK
RGB Variations
Color information
#CF902E (or 0xCF902E) is known color: Fuel Yellow. HEX triplet: CF, 90 and 2E. RGB value is (207,144,46). Sum of RGB (Red+Green+Blue) = 207+144+46=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF902E is #306FD1. Grayscale: #989898. Windows color (decimal): -3174354 or 3051727. OLE color: 3051727.
HSL color Cylindrical-coordinate representation of color #CF902E: hue angle of 36.52º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF902E is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 46 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.19 |
| HSL | 36.52º | 0.64% | 0.5% | - |
| HSV(B) | 36.52º | 0.78% | 0.81% | - |
| XYZ | 36.2 | 33.41 | 7.13 | - |
| YUV | 151.67 | 68.37 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 46 | 0 | 0.30 | 0.78 | 0.19 | 36.52 | 0.64 | 0.5 |
| Hex | CF | 90 | 2E | 0 | 1E | 4E | 13 | 25 | 40 | 32 |
| Octal | 317 | 220 | 56 | 0 | 36 | 116 | 23 | 45 | 100 | 62 |
| Binary | 11001111 | 10010000 | 101110 | 0 | 11110 | 1001110 | 10011 | 100101 | 1000000 | 110010 |
Color Harmonies of #CF902E
Complementary color
Monochromatic Colors of #CF902E
Black with #CF902E
Text Example
Text Example
White with #CF902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF902E; }
p { color: rgb(207,144,46); }
H1.HeaderClassName
{
color: #CF902E;
}
.AnyTagClassName
{
color: #CF902E;
}
</style>
background-color css
<style>
a { background-color: #CF902E; }
a { background-color: rgb(207,144,46); }
div.DivClassName
{
background-color: #CF902E;
}
.BgClassName
{
background-color: #CF902E;
}
</style>
border-color css
<style>
span { border-color: #CF902E; }
span { border-color: rgb(207,144,46); }
td.TdClassName
{
border-color: #CF902E;
}
.TagClassName
{
border-color: #CF902E;
}
</style>