Shades of Fuel Yellow #CF922D
Tints of Fuel Yellow #CF922D
RGB
CMYK
RGB Variations
Color information
#CF922D (or 0xCF922D) is known color: Fuel Yellow. HEX triplet: CF, 92 and 2D. RGB value is (207,146,45). Sum of RGB (Red+Green+Blue) = 207+146+45=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF922D is #306DD2. Grayscale: #999999. Windows color (decimal): -3173843 or 2986703. OLE color: 2986703.
HSL color Cylindrical-coordinate representation of color #CF922D: hue angle of 37.41º 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 #CF922D is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 45 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.19 |
| HSL | 37.41º | 0.64% | 0.49% | - |
| HSV(B) | 37.41º | 0.78% | 0.81% | - |
| XYZ | 36.48 | 34.01 | 7.12 | - |
| YUV | 152.73 | 67.21 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 45 | 0 | 0.29 | 0.78 | 0.19 | 37.41 | 0.64 | 0.49 |
| Hex | CF | 92 | 2D | 0 | 1D | 4E | 13 | 25 | 40 | 31 |
| Octal | 317 | 222 | 55 | 0 | 35 | 116 | 23 | 45 | 100 | 61 |
| Binary | 11001111 | 10010010 | 101101 | 0 | 11101 | 1001110 | 10011 | 100101 | 1000000 | 110001 |
Color Harmonies of #CF922D
Complementary color
Monochromatic Colors of #CF922D
Black with #CF922D
Text Example
Text Example
White with #CF922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF922D; }
p { color: rgb(207,146,45); }
H1.HeaderClassName
{
color: #CF922D;
}
.AnyTagClassName
{
color: #CF922D;
}
</style>
background-color css
<style>
a { background-color: #CF922D; }
a { background-color: rgb(207,146,45); }
div.DivClassName
{
background-color: #CF922D;
}
.BgClassName
{
background-color: #CF922D;
}
</style>
border-color css
<style>
span { border-color: #CF922D; }
span { border-color: rgb(207,146,45); }
td.TdClassName
{
border-color: #CF922D;
}
.TagClassName
{
border-color: #CF922D;
}
</style>