Shades of Fuel Yellow #CF9A35
Tints of Fuel Yellow #CF9A35
RGB
CMYK
RGB Variations
Color information
#CF9A35 (or 0xCF9A35) is known color: Fuel Yellow. HEX triplet: CF, 9A and 35. RGB value is (207,154,53). Sum of RGB (Red+Green+Blue) = 207+154+53=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 53 (21.09% from 255 or 12.80% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9A35 is #3065CA. Grayscale: #9E9E9E. Windows color (decimal): -3171787 or 3513039. OLE color: 3513039.
HSL color Cylindrical-coordinate representation of color #CF9A35: hue angle of 39.35º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF9A35 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 53 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.19 |
| HSL | 39.35º | 0.62% | 0.51% | - |
| HSV(B) | 39.35º | 0.74% | 0.81% | - |
| XYZ | 37.93 | 36.63 | 8.44 | - |
| YUV | 158.33 | 68.56 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 53 | 0 | 0.26 | 0.74 | 0.19 | 39.35 | 0.62 | 0.51 |
| Hex | CF | 9A | 35 | 0 | 1A | 4A | 13 | 27 | 3E | 33 |
| Octal | 317 | 232 | 65 | 0 | 32 | 112 | 23 | 47 | 76 | 63 |
| Binary | 11001111 | 10011010 | 110101 | 0 | 11010 | 1001010 | 10011 | 100111 | 111110 | 110011 |
Color Harmonies of #CF9A35
Complementary color
Monochromatic Colors of #CF9A35
Black with #CF9A35
Text Example
Text Example
White with #CF9A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A35; }
p { color: rgb(207,154,53); }
H1.HeaderClassName
{
color: #CF9A35;
}
.AnyTagClassName
{
color: #CF9A35;
}
</style>
background-color css
<style>
a { background-color: #CF9A35; }
a { background-color: rgb(207,154,53); }
div.DivClassName
{
background-color: #CF9A35;
}
.BgClassName
{
background-color: #CF9A35;
}
</style>
border-color css
<style>
span { border-color: #CF9A35; }
span { border-color: rgb(207,154,53); }
td.TdClassName
{
border-color: #CF9A35;
}
.TagClassName
{
border-color: #CF9A35;
}
</style>