Shades of Fuel Yellow #CF9130
Tints of Fuel Yellow #CF9130
RGB
CMYK
RGB Variations
Color information
#CF9130 (or 0xCF9130) is known color: Fuel Yellow. HEX triplet: CF, 91 and 30. RGB value is (207,145,48). Sum of RGB (Red+Green+Blue) = 207+145+48=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9130 is #306ECF. Grayscale: #989898. Windows color (decimal): -3174096 or 3183055. OLE color: 3183055.
HSL color Cylindrical-coordinate representation of color #CF9130: hue angle of 36.6º 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 #CF9130 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 48 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.19 |
| HSL | 36.6º | 0.62% | 0.5% | - |
| HSV(B) | 36.6º | 0.77% | 0.81% | - |
| XYZ | 36.39 | 33.73 | 7.39 | - |
| YUV | 152.48 | 69.04 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 48 | 0 | 0.30 | 0.77 | 0.19 | 36.6 | 0.62 | 0.5 |
| Hex | CF | 91 | 30 | 0 | 1E | 4D | 13 | 25 | 3E | 32 |
| Octal | 317 | 221 | 60 | 0 | 36 | 115 | 23 | 45 | 76 | 62 |
| Binary | 11001111 | 10010001 | 110000 | 0 | 11110 | 1001101 | 10011 | 100101 | 111110 | 110010 |
Color Harmonies of #CF9130
Complementary color
Monochromatic Colors of #CF9130
Black with #CF9130
Text Example
Text Example
White with #CF9130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9130; }
p { color: rgb(207,145,48); }
H1.HeaderClassName
{
color: #CF9130;
}
.AnyTagClassName
{
color: #CF9130;
}
</style>
background-color css
<style>
a { background-color: #CF9130; }
a { background-color: rgb(207,145,48); }
div.DivClassName
{
background-color: #CF9130;
}
.BgClassName
{
background-color: #CF9130;
}
</style>
border-color css
<style>
span { border-color: #CF9130; }
span { border-color: rgb(207,145,48); }
td.TdClassName
{
border-color: #CF9130;
}
.TagClassName
{
border-color: #CF9130;
}
</style>