Shades of Fuel Yellow #CB942A
Tints of Fuel Yellow #CB942A
RGB
CMYK
RGB Variations
Color information
#CB942A (or 0xCB942A) is known color: Fuel Yellow. HEX triplet: CB, 94 and 2A. RGB value is (203,148,42). Sum of RGB (Red+Green+Blue) = 203+148+42=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB942A is #346BD5. Grayscale: #989898. Windows color (decimal): -3435478 or 2790603. OLE color: 2790603.
HSL color Cylindrical-coordinate representation of color #CB942A: hue angle of 39.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB942A is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 42 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.20 |
| HSL | 39.5º | 0.66% | 0.48% | - |
| HSV(B) | 39.5º | 0.79% | 0.8% | - |
| XYZ | 35.64 | 34.04 | 6.88 | - |
| YUV | 152.36 | 65.72 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 42 | 0 | 0.27 | 0.79 | 0.20 | 39.5 | 0.66 | 0.48 |
| Hex | CB | 94 | 2A | 0 | 1B | 4F | 14 | 28 | 42 | 30 |
| Octal | 313 | 224 | 52 | 0 | 33 | 117 | 24 | 50 | 102 | 60 |
| Binary | 11001011 | 10010100 | 101010 | 0 | 11011 | 1001111 | 10100 | 101000 | 1000010 | 110000 |
Color Harmonies of #CB942A
Complementary color
Monochromatic Colors of #CB942A
Black with #CB942A
Text Example
Text Example
White with #CB942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB942A; }
p { color: rgb(203,148,42); }
H1.HeaderClassName
{
color: #CB942A;
}
.AnyTagClassName
{
color: #CB942A;
}
</style>
background-color css
<style>
a { background-color: #CB942A; }
a { background-color: rgb(203,148,42); }
div.DivClassName
{
background-color: #CB942A;
}
.BgClassName
{
background-color: #CB942A;
}
</style>
border-color css
<style>
span { border-color: #CB942A; }
span { border-color: rgb(203,148,42); }
td.TdClassName
{
border-color: #CB942A;
}
.TagClassName
{
border-color: #CB942A;
}
</style>