Shades of Fuel Yellow #CF9233
Tints of Fuel Yellow #CF9233
RGB
CMYK
RGB Variations
Color information
#CF9233 (or 0xCF9233) is known color: Fuel Yellow. HEX triplet: CF, 92 and 33. RGB value is (207,146,51). Sum of RGB (Red+Green+Blue) = 207+146+51=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9233 is #306DCC. Grayscale: #999999. Windows color (decimal): -3173837 or 3379919. OLE color: 3379919.
HSL color Cylindrical-coordinate representation of color #CF9233: hue angle of 36.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF9233 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 51 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.19 |
| HSL | 36.54º | 0.62% | 0.51% | - |
| HSV(B) | 36.54º | 0.75% | 0.81% | - |
| XYZ | 36.61 | 34.06 | 7.78 | - |
| YUV | 153.41 | 70.21 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 51 | 0 | 0.29 | 0.75 | 0.19 | 36.54 | 0.62 | 0.51 |
| Hex | CF | 92 | 33 | 0 | 1D | 4B | 13 | 25 | 3E | 33 |
| Octal | 317 | 222 | 63 | 0 | 35 | 113 | 23 | 45 | 76 | 63 |
| Binary | 11001111 | 10010010 | 110011 | 0 | 11101 | 1001011 | 10011 | 100101 | 111110 | 110011 |
Color Harmonies of #CF9233
Complementary color
Monochromatic Colors of #CF9233
Black with #CF9233
Text Example
Text Example
White with #CF9233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9233; }
p { color: rgb(207,146,51); }
H1.HeaderClassName
{
color: #CF9233;
}
.AnyTagClassName
{
color: #CF9233;
}
</style>
background-color css
<style>
a { background-color: #CF9233; }
a { background-color: rgb(207,146,51); }
div.DivClassName
{
background-color: #CF9233;
}
.BgClassName
{
background-color: #CF9233;
}
</style>
border-color css
<style>
span { border-color: #CF9233; }
span { border-color: rgb(207,146,51); }
td.TdClassName
{
border-color: #CF9233;
}
.TagClassName
{
border-color: #CF9233;
}
</style>