Shades of Fuel Yellow #CF932D
Tints of Fuel Yellow #CF932D
RGB
CMYK
RGB Variations
Color information
#CF932D (or 0xCF932D) is known color: Fuel Yellow. HEX triplet: CF, 93 and 2D. RGB value is (207,147,45). Sum of RGB (Red+Green+Blue) = 207+147+45=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF932D is #306CD2. Grayscale: #999999. Windows color (decimal): -3173587 or 2986959. OLE color: 2986959.
HSL color Cylindrical-coordinate representation of color #CF932D: hue angle of 37.78º 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 #CF932D is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 45 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.19 |
| HSL | 37.78º | 0.64% | 0.49% | - |
| HSV(B) | 37.78º | 0.78% | 0.81% | - |
| XYZ | 36.64 | 34.32 | 7.18 | - |
| YUV | 153.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 45 | 0 | 0.29 | 0.78 | 0.19 | 37.78 | 0.64 | 0.49 |
| Hex | CF | 93 | 2D | 0 | 1D | 4E | 13 | 26 | 40 | 31 |
| Octal | 317 | 223 | 55 | 0 | 35 | 116 | 23 | 46 | 100 | 61 |
| Binary | 11001111 | 10010011 | 101101 | 0 | 11101 | 1001110 | 10011 | 100110 | 1000000 | 110001 |
Color Harmonies of #CF932D
Complementary color
Monochromatic Colors of #CF932D
Black with #CF932D
Text Example
Text Example
White with #CF932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF932D; }
p { color: rgb(207,147,45); }
H1.HeaderClassName
{
color: #CF932D;
}
.AnyTagClassName
{
color: #CF932D;
}
</style>
background-color css
<style>
a { background-color: #CF932D; }
a { background-color: rgb(207,147,45); }
div.DivClassName
{
background-color: #CF932D;
}
.BgClassName
{
background-color: #CF932D;
}
</style>
border-color css
<style>
span { border-color: #CF932D; }
span { border-color: rgb(207,147,45); }
td.TdClassName
{
border-color: #CF932D;
}
.TagClassName
{
border-color: #CF932D;
}
</style>