Shades of Fuel Yellow #CB9F34
Tints of Fuel Yellow #CB9F34
RGB
CMYK
RGB Variations
Color information
#CB9F34 (or 0xCB9F34) is known color: Fuel Yellow. HEX triplet: CB, 9F and 34. RGB value is (203,159,52). Sum of RGB (Red+Green+Blue) = 203+159+52=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9F34 is #3460CB. Grayscale: #A0A0A0. Windows color (decimal): -3432652 or 3448779. OLE color: 3448779.
HSL color Cylindrical-coordinate representation of color #CB9F34: hue angle of 42.52º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB9F34 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 52 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.20 |
| HSL | 42.52º | 0.59% | 0.5% | - |
| HSV(B) | 42.52º | 0.74% | 0.8% | - |
| XYZ | 37.65 | 37.74 | 8.55 | - |
| YUV | 159.96 | 67.08 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 52 | 0 | 0.22 | 0.74 | 0.20 | 42.52 | 0.59 | 0.5 |
| Hex | CB | 9F | 34 | 0 | 16 | 4A | 14 | 2B | 3B | 32 |
| Octal | 313 | 237 | 64 | 0 | 26 | 112 | 24 | 53 | 73 | 62 |
| Binary | 11001011 | 10011111 | 110100 | 0 | 10110 | 1001010 | 10100 | 101011 | 111011 | 110010 |
Color Harmonies of #CB9F34
Complementary color
Monochromatic Colors of #CB9F34
Black with #CB9F34
Text Example
Text Example
White with #CB9F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F34; }
p { color: rgb(203,159,52); }
H1.HeaderClassName
{
color: #CB9F34;
}
.AnyTagClassName
{
color: #CB9F34;
}
</style>
background-color css
<style>
a { background-color: #CB9F34; }
a { background-color: rgb(203,159,52); }
div.DivClassName
{
background-color: #CB9F34;
}
.BgClassName
{
background-color: #CB9F34;
}
</style>
border-color css
<style>
span { border-color: #CB9F34; }
span { border-color: rgb(203,159,52); }
td.TdClassName
{
border-color: #CB9F34;
}
.TagClassName
{
border-color: #CB9F34;
}
</style>