Shades of Fuel Yellow #CF912D
Tints of Fuel Yellow #CF912D
RGB
CMYK
RGB Variations
Color information
#CF912D (or 0xCF912D) is known color: Fuel Yellow. HEX triplet: CF, 91 and 2D. RGB value is (207,145,45). Sum of RGB (Red+Green+Blue) = 207+145+45=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF912D is #306ED2. Grayscale: #989898. Windows color (decimal): -3174099 or 2986447. OLE color: 2986447.
HSL color Cylindrical-coordinate representation of color #CF912D: hue angle of 37.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF912D is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 45 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.19 |
| HSL | 37.04º | 0.64% | 0.49% | - |
| HSV(B) | 37.04º | 0.78% | 0.81% | - |
| XYZ | 36.33 | 33.71 | 7.07 | - |
| YUV | 152.14 | 67.54 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 45 | 0 | 0.30 | 0.78 | 0.19 | 37.04 | 0.64 | 0.49 |
| Hex | CF | 91 | 2D | 0 | 1E | 4E | 13 | 25 | 40 | 31 |
| Octal | 317 | 221 | 55 | 0 | 36 | 116 | 23 | 45 | 100 | 61 |
| Binary | 11001111 | 10010001 | 101101 | 0 | 11110 | 1001110 | 10011 | 100101 | 1000000 | 110001 |
Color Harmonies of #CF912D
Complementary color
Monochromatic Colors of #CF912D
Black with #CF912D
Text Example
Text Example
White with #CF912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF912D; }
p { color: rgb(207,145,45); }
H1.HeaderClassName
{
color: #CF912D;
}
.AnyTagClassName
{
color: #CF912D;
}
</style>
background-color css
<style>
a { background-color: #CF912D; }
a { background-color: rgb(207,145,45); }
div.DivClassName
{
background-color: #CF912D;
}
.BgClassName
{
background-color: #CF912D;
}
</style>
border-color css
<style>
span { border-color: #CF912D; }
span { border-color: rgb(207,145,45); }
td.TdClassName
{
border-color: #CF912D;
}
.TagClassName
{
border-color: #CF912D;
}
</style>