Shades of Fuel Yellow #CA922E
Tints of Fuel Yellow #CA922E
RGB
CMYK
RGB Variations
Color information
#CA922E (or 0xCA922E) is known color: Fuel Yellow. HEX triplet: CA, 92 and 2E. RGB value is (202,146,46). Sum of RGB (Red+Green+Blue) = 202+146+46=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA922E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA922E is #356DD1. Grayscale: #979797. Windows color (decimal): -3501522 or 3052234. OLE color: 3052234.
HSL color Cylindrical-coordinate representation of color #CA922E: hue angle of 38.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA922E is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 46 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.21 |
| HSL | 38.46º | 0.63% | 0.49% | - |
| HSV(B) | 38.46º | 0.77% | 0.79% | - |
| XYZ | 35.13 | 33.31 | 7.16 | - |
| YUV | 151.34 | 68.55 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 46 | 0 | 0.28 | 0.77 | 0.21 | 38.46 | 0.63 | 0.49 |
| Hex | CA | 92 | 2E | 0 | 1C | 4D | 15 | 26 | 3F | 31 |
| Octal | 312 | 222 | 56 | 0 | 34 | 115 | 25 | 46 | 77 | 61 |
| Binary | 11001010 | 10010010 | 101110 | 0 | 11100 | 1001101 | 10101 | 100110 | 111111 | 110001 |
Color Harmonies of #CA922E
Complementary color
Monochromatic Colors of #CA922E
Black with #CA922E
Text Example
Text Example
White with #CA922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA922E; }
p { color: rgb(202,146,46); }
H1.HeaderClassName
{
color: #CA922E;
}
.AnyTagClassName
{
color: #CA922E;
}
</style>
background-color css
<style>
a { background-color: #CA922E; }
a { background-color: rgb(202,146,46); }
div.DivClassName
{
background-color: #CA922E;
}
.BgClassName
{
background-color: #CA922E;
}
</style>
border-color css
<style>
span { border-color: #CA922E; }
span { border-color: rgb(202,146,46); }
td.TdClassName
{
border-color: #CA922E;
}
.TagClassName
{
border-color: #CA922E;
}
</style>