Shades of Fuel Yellow #CA922A
Tints of Fuel Yellow #CA922A
RGB
CMYK
RGB Variations
Color information
#CA922A (or 0xCA922A) is known color: Fuel Yellow. HEX triplet: CA, 92 and 2A. RGB value is (202,146,42). Sum of RGB (Red+Green+Blue) = 202+146+42=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA922A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA922A is #356DD5. Grayscale: #979797. Windows color (decimal): -3501526 or 2790090. OLE color: 2790090.
HSL color Cylindrical-coordinate representation of color #CA922A: hue angle of 39º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA922A is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 42 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.21 |
| HSL | 39º | 0.66% | 0.48% | - |
| HSV(B) | 39º | 0.79% | 0.79% | - |
| XYZ | 35.05 | 33.28 | 6.77 | - |
| YUV | 150.89 | 66.55 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 42 | 0 | 0.28 | 0.79 | 0.21 | 39 | 0.66 | 0.48 |
| Hex | CA | 92 | 2A | 0 | 1C | 4F | 15 | 27 | 42 | 30 |
| Octal | 312 | 222 | 52 | 0 | 34 | 117 | 25 | 47 | 102 | 60 |
| Binary | 11001010 | 10010010 | 101010 | 0 | 11100 | 1001111 | 10101 | 100111 | 1000010 | 110000 |
Color Harmonies of #CA922A
Complementary color
Monochromatic Colors of #CA922A
Black with #CA922A
Text Example
Text Example
White with #CA922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA922A; }
p { color: rgb(202,146,42); }
H1.HeaderClassName
{
color: #CA922A;
}
.AnyTagClassName
{
color: #CA922A;
}
</style>
background-color css
<style>
a { background-color: #CA922A; }
a { background-color: rgb(202,146,42); }
div.DivClassName
{
background-color: #CA922A;
}
.BgClassName
{
background-color: #CA922A;
}
</style>
border-color css
<style>
span { border-color: #CA922A; }
span { border-color: rgb(202,146,42); }
td.TdClassName
{
border-color: #CA922A;
}
.TagClassName
{
border-color: #CA922A;
}
</style>