Shades of Fuel Yellow #CB992F
Tints of Fuel Yellow #CB992F
RGB
CMYK
RGB Variations
Color information
#CB992F (or 0xCB992F) is known color: Fuel Yellow. HEX triplet: CB, 99 and 2F. RGB value is (203,153,47). Sum of RGB (Red+Green+Blue) = 203+153+47=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB992F is #3466D0. Grayscale: #9C9C9C. Windows color (decimal): -3434193 or 3119563. OLE color: 3119563.
HSL color Cylindrical-coordinate representation of color #CB992F: hue angle of 40.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB992F is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 47 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.20 |
| HSL | 40.77º | 0.62% | 0.49% | - |
| HSV(B) | 40.77º | 0.77% | 0.8% | - |
| XYZ | 36.53 | 35.68 | 7.65 | - |
| YUV | 155.87 | 66.57 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 47 | 0 | 0.25 | 0.77 | 0.20 | 40.77 | 0.62 | 0.49 |
| Hex | CB | 99 | 2F | 0 | 19 | 4D | 14 | 29 | 3E | 31 |
| Octal | 313 | 231 | 57 | 0 | 31 | 115 | 24 | 51 | 76 | 61 |
| Binary | 11001011 | 10011001 | 101111 | 0 | 11001 | 1001101 | 10100 | 101001 | 111110 | 110001 |
Color Harmonies of #CB992F
Complementary color
Monochromatic Colors of #CB992F
Black with #CB992F
Text Example
Text Example
White with #CB992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB992F; }
p { color: rgb(203,153,47); }
H1.HeaderClassName
{
color: #CB992F;
}
.AnyTagClassName
{
color: #CB992F;
}
</style>
background-color css
<style>
a { background-color: #CB992F; }
a { background-color: rgb(203,153,47); }
div.DivClassName
{
background-color: #CB992F;
}
.BgClassName
{
background-color: #CB992F;
}
</style>
border-color css
<style>
span { border-color: #CB992F; }
span { border-color: rgb(203,153,47); }
td.TdClassName
{
border-color: #CB992F;
}
.TagClassName
{
border-color: #CB992F;
}
</style>