Shades of Fuel Yellow #CF902C
Tints of Fuel Yellow #CF902C
RGB
CMYK
RGB Variations
Color information
#CF902C (or 0xCF902C) is known color: Fuel Yellow. HEX triplet: CF, 90 and 2C. RGB value is (207,144,44). Sum of RGB (Red+Green+Blue) = 207+144+44=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF902C is #306FD3. Grayscale: #979797. Windows color (decimal): -3174356 or 2920655. OLE color: 2920655.
HSL color Cylindrical-coordinate representation of color #CF902C: hue angle of 36.81º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF902C is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 44 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.19 |
| HSL | 36.81º | 0.65% | 0.49% | - |
| HSV(B) | 36.81º | 0.79% | 0.81% | - |
| XYZ | 36.16 | 33.39 | 6.92 | - |
| YUV | 151.44 | 67.37 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 44 | 0 | 0.30 | 0.79 | 0.19 | 36.81 | 0.65 | 0.49 |
| Hex | CF | 90 | 2C | 0 | 1E | 4F | 13 | 25 | 41 | 31 |
| Octal | 317 | 220 | 54 | 0 | 36 | 117 | 23 | 45 | 101 | 61 |
| Binary | 11001111 | 10010000 | 101100 | 0 | 11110 | 1001111 | 10011 | 100101 | 1000001 | 110001 |
Color Harmonies of #CF902C
Complementary color
Monochromatic Colors of #CF902C
Black with #CF902C
Text Example
Text Example
White with #CF902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF902C; }
p { color: rgb(207,144,44); }
H1.HeaderClassName
{
color: #CF902C;
}
.AnyTagClassName
{
color: #CF902C;
}
</style>
background-color css
<style>
a { background-color: #CF902C; }
a { background-color: rgb(207,144,44); }
div.DivClassName
{
background-color: #CF902C;
}
.BgClassName
{
background-color: #CF902C;
}
</style>
border-color css
<style>
span { border-color: #CF902C; }
span { border-color: rgb(207,144,44); }
td.TdClassName
{
border-color: #CF902C;
}
.TagClassName
{
border-color: #CF902C;
}
</style>