Shades of Fuel Yellow #CF982C
Tints of Fuel Yellow #CF982C
RGB
CMYK
RGB Variations
Color information
#CF982C (or 0xCF982C) is known color: Fuel Yellow. HEX triplet: CF, 98 and 2C. RGB value is (207,152,44). Sum of RGB (Red+Green+Blue) = 207+152+44=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF982C is #3067D3. Grayscale: #9C9C9C. Windows color (decimal): -3172308 or 2922703. OLE color: 2922703.
HSL color Cylindrical-coordinate representation of color #CF982C: hue angle of 39.75º 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 #CF982C is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 44 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.19 |
| HSL | 39.75º | 0.65% | 0.49% | - |
| HSV(B) | 39.75º | 0.79% | 0.81% | - |
| XYZ | 37.41 | 35.9 | 7.34 | - |
| YUV | 156.13 | 64.72 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 44 | 0 | 0.27 | 0.79 | 0.19 | 39.75 | 0.65 | 0.49 |
| Hex | CF | 98 | 2C | 0 | 1B | 4F | 13 | 28 | 41 | 31 |
| Octal | 317 | 230 | 54 | 0 | 33 | 117 | 23 | 50 | 101 | 61 |
| Binary | 11001111 | 10011000 | 101100 | 0 | 11011 | 1001111 | 10011 | 101000 | 1000001 | 110001 |
Color Harmonies of #CF982C
Complementary color
Monochromatic Colors of #CF982C
Black with #CF982C
Text Example
Text Example
White with #CF982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF982C; }
p { color: rgb(207,152,44); }
H1.HeaderClassName
{
color: #CF982C;
}
.AnyTagClassName
{
color: #CF982C;
}
</style>
background-color css
<style>
a { background-color: #CF982C; }
a { background-color: rgb(207,152,44); }
div.DivClassName
{
background-color: #CF982C;
}
.BgClassName
{
background-color: #CF982C;
}
</style>
border-color css
<style>
span { border-color: #CF982C; }
span { border-color: rgb(207,152,44); }
td.TdClassName
{
border-color: #CF982C;
}
.TagClassName
{
border-color: #CF982C;
}
</style>