Shades of Fuel Yellow #CF932B
Tints of Fuel Yellow #CF932B
RGB
CMYK
RGB Variations
Color information
#CF932B (or 0xCF932B) is known color: Fuel Yellow. HEX triplet: CF, 93 and 2B. RGB value is (207,147,43). Sum of RGB (Red+Green+Blue) = 207+147+43=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF932B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF932B is #306CD4. Grayscale: #999999. Windows color (decimal): -3173589 or 2855887. OLE color: 2855887.
HSL color Cylindrical-coordinate representation of color #CF932B: hue angle of 38.05º degrees, saturation: 0.66, 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 #CF932B is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 43 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.19 |
| HSL | 38.05º | 0.66% | 0.49% | - |
| HSV(B) | 38.05º | 0.79% | 0.81% | - |
| XYZ | 36.6 | 34.31 | 6.98 | - |
| YUV | 153.08 | 65.88 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 43 | 0 | 0.29 | 0.79 | 0.19 | 38.05 | 0.66 | 0.49 |
| Hex | CF | 93 | 2B | 0 | 1D | 4F | 13 | 26 | 42 | 31 |
| Octal | 317 | 223 | 53 | 0 | 35 | 117 | 23 | 46 | 102 | 61 |
| Binary | 11001111 | 10010011 | 101011 | 0 | 11101 | 1001111 | 10011 | 100110 | 1000010 | 110001 |
Color Harmonies of #CF932B
Complementary color
Monochromatic Colors of #CF932B
Black with #CF932B
Text Example
Text Example
White with #CF932B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF932B; }
p { color: rgb(207,147,43); }
H1.HeaderClassName
{
color: #CF932B;
}
.AnyTagClassName
{
color: #CF932B;
}
</style>
background-color css
<style>
a { background-color: #CF932B; }
a { background-color: rgb(207,147,43); }
div.DivClassName
{
background-color: #CF932B;
}
.BgClassName
{
background-color: #CF932B;
}
</style>
border-color css
<style>
span { border-color: #CF932B; }
span { border-color: rgb(207,147,43); }
td.TdClassName
{
border-color: #CF932B;
}
.TagClassName
{
border-color: #CF932B;
}
</style>