Shades of Fuel Yellow #CF902F
Tints of Fuel Yellow #CF902F
RGB
CMYK
RGB Variations
Color information
#CF902F (or 0xCF902F) is known color: Fuel Yellow. HEX triplet: CF, 90 and 2F. RGB value is (207,144,47). Sum of RGB (Red+Green+Blue) = 207+144+47=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF902F is #306FD0. Grayscale: #989898. Windows color (decimal): -3174353 or 3117263. OLE color: 3117263.
HSL color Cylindrical-coordinate representation of color #CF902F: hue angle of 36.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF902F is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 47 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.19 |
| HSL | 36.38º | 0.63% | 0.5% | - |
| HSV(B) | 36.38º | 0.77% | 0.81% | - |
| XYZ | 36.22 | 33.42 | 7.23 | - |
| YUV | 151.78 | 68.87 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 47 | 0 | 0.30 | 0.77 | 0.19 | 36.38 | 0.63 | 0.5 |
| Hex | CF | 90 | 2F | 0 | 1E | 4D | 13 | 24 | 3F | 32 |
| Octal | 317 | 220 | 57 | 0 | 36 | 115 | 23 | 44 | 77 | 62 |
| Binary | 11001111 | 10010000 | 101111 | 0 | 11110 | 1001101 | 10011 | 100100 | 111111 | 110010 |
Color Harmonies of #CF902F
Complementary color
Monochromatic Colors of #CF902F
Black with #CF902F
Text Example
Text Example
White with #CF902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF902F; }
p { color: rgb(207,144,47); }
H1.HeaderClassName
{
color: #CF902F;
}
.AnyTagClassName
{
color: #CF902F;
}
</style>
background-color css
<style>
a { background-color: #CF902F; }
a { background-color: rgb(207,144,47); }
div.DivClassName
{
background-color: #CF902F;
}
.BgClassName
{
background-color: #CF902F;
}
</style>
border-color css
<style>
span { border-color: #CF902F; }
span { border-color: rgb(207,144,47); }
td.TdClassName
{
border-color: #CF902F;
}
.TagClassName
{
border-color: #CF902F;
}
</style>