Shades of Fuel Yellow #CF9033
Tints of Fuel Yellow #CF9033
RGB
CMYK
RGB Variations
Color information
#CF9033 (or 0xCF9033) is known color: Fuel Yellow. HEX triplet: CF, 90 and 33. RGB value is (207,144,51). Sum of RGB (Red+Green+Blue) = 207+144+51=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 51 (20.31% from 255 or 12.69% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9033 is #306FCC. Grayscale: #989898. Windows color (decimal): -3174349 or 3379407. OLE color: 3379407.
HSL color Cylindrical-coordinate representation of color #CF9033: hue angle of 35.77º 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 #CF9033 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 51 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.19 |
| HSL | 35.77º | 0.62% | 0.51% | - |
| HSV(B) | 35.77º | 0.75% | 0.81% | - |
| XYZ | 36.3 | 33.45 | 7.68 | - |
| YUV | 152.24 | 70.87 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 51 | 0 | 0.30 | 0.75 | 0.19 | 35.77 | 0.62 | 0.51 |
| Hex | CF | 90 | 33 | 0 | 1E | 4B | 13 | 24 | 3E | 33 |
| Octal | 317 | 220 | 63 | 0 | 36 | 113 | 23 | 44 | 76 | 63 |
| Binary | 11001111 | 10010000 | 110011 | 0 | 11110 | 1001011 | 10011 | 100100 | 111110 | 110011 |
Color Harmonies of #CF9033
Complementary color
Monochromatic Colors of #CF9033
Black with #CF9033
Text Example
Text Example
White with #CF9033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9033; }
p { color: rgb(207,144,51); }
H1.HeaderClassName
{
color: #CF9033;
}
.AnyTagClassName
{
color: #CF9033;
}
</style>
background-color css
<style>
a { background-color: #CF9033; }
a { background-color: rgb(207,144,51); }
div.DivClassName
{
background-color: #CF9033;
}
.BgClassName
{
background-color: #CF9033;
}
</style>
border-color css
<style>
span { border-color: #CF9033; }
span { border-color: rgb(207,144,51); }
td.TdClassName
{
border-color: #CF9033;
}
.TagClassName
{
border-color: #CF9033;
}
</style>