Shades of Fuel Yellow #CF9330
Tints of Fuel Yellow #CF9330
RGB
CMYK
RGB Variations
Color information
#CF9330 (or 0xCF9330) is known color: Fuel Yellow. HEX triplet: CF, 93 and 30. RGB value is (207,147,48). Sum of RGB (Red+Green+Blue) = 207+147+48=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9330 is #306CCF. Grayscale: #9A9A9A. Windows color (decimal): -3173584 or 3183567. OLE color: 3183567.
HSL color Cylindrical-coordinate representation of color #CF9330: hue angle of 37.36º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF9330 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 48 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.19 |
| HSL | 37.36º | 0.62% | 0.5% | - |
| HSV(B) | 37.36º | 0.77% | 0.81% | - |
| XYZ | 36.7 | 34.35 | 7.49 | - |
| YUV | 153.65 | 68.38 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 48 | 0 | 0.29 | 0.77 | 0.19 | 37.36 | 0.62 | 0.5 |
| Hex | CF | 93 | 30 | 0 | 1D | 4D | 13 | 25 | 3E | 32 |
| Octal | 317 | 223 | 60 | 0 | 35 | 115 | 23 | 45 | 76 | 62 |
| Binary | 11001111 | 10010011 | 110000 | 0 | 11101 | 1001101 | 10011 | 100101 | 111110 | 110010 |
Color Harmonies of #CF9330
Complementary color
Monochromatic Colors of #CF9330
Black with #CF9330
Text Example
Text Example
White with #CF9330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9330; }
p { color: rgb(207,147,48); }
H1.HeaderClassName
{
color: #CF9330;
}
.AnyTagClassName
{
color: #CF9330;
}
</style>
background-color css
<style>
a { background-color: #CF9330; }
a { background-color: rgb(207,147,48); }
div.DivClassName
{
background-color: #CF9330;
}
.BgClassName
{
background-color: #CF9330;
}
</style>
border-color css
<style>
span { border-color: #CF9330; }
span { border-color: rgb(207,147,48); }
td.TdClassName
{
border-color: #CF9330;
}
.TagClassName
{
border-color: #CF9330;
}
</style>