Shades of Fuel Yellow #CF942B
Tints of Fuel Yellow #CF942B
RGB
CMYK
RGB Variations
Color information
#CF942B (or 0xCF942B) is known color: Fuel Yellow. HEX triplet: CF, 94 and 2B. RGB value is (207,148,43). Sum of RGB (Red+Green+Blue) = 207+148+43=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF942B is #306BD4. Grayscale: #9A9A9A. Windows color (decimal): -3173333 or 2856143. OLE color: 2856143.
HSL color Cylindrical-coordinate representation of color #CF942B: hue angle of 38.41º 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 #CF942B is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 43 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.19 |
| HSL | 38.41º | 0.66% | 0.49% | - |
| HSV(B) | 38.41º | 0.79% | 0.81% | - |
| XYZ | 36.76 | 34.62 | 7.03 | - |
| YUV | 153.67 | 65.55 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 43 | 0 | 0.29 | 0.79 | 0.19 | 38.41 | 0.66 | 0.49 |
| Hex | CF | 94 | 2B | 0 | 1D | 4F | 13 | 26 | 42 | 31 |
| Octal | 317 | 224 | 53 | 0 | 35 | 117 | 23 | 46 | 102 | 61 |
| Binary | 11001111 | 10010100 | 101011 | 0 | 11101 | 1001111 | 10011 | 100110 | 1000010 | 110001 |
Color Harmonies of #CF942B
Complementary color
Monochromatic Colors of #CF942B
Black with #CF942B
Text Example
Text Example
White with #CF942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF942B; }
p { color: rgb(207,148,43); }
H1.HeaderClassName
{
color: #CF942B;
}
.AnyTagClassName
{
color: #CF942B;
}
</style>
background-color css
<style>
a { background-color: #CF942B; }
a { background-color: rgb(207,148,43); }
div.DivClassName
{
background-color: #CF942B;
}
.BgClassName
{
background-color: #CF942B;
}
</style>
border-color css
<style>
span { border-color: #CF942B; }
span { border-color: rgb(207,148,43); }
td.TdClassName
{
border-color: #CF942B;
}
.TagClassName
{
border-color: #CF942B;
}
</style>