Shades of Fuel Yellow #CA922D
Tints of Fuel Yellow #CA922D
RGB
CMYK
RGB Variations
Color information
#CA922D (or 0xCA922D) is known color: Fuel Yellow. HEX triplet: CA, 92 and 2D. RGB value is (202,146,45). Sum of RGB (Red+Green+Blue) = 202+146+45=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA922D is #356DD2. Grayscale: #979797. Windows color (decimal): -3501523 or 2986698. OLE color: 2986698.
HSL color Cylindrical-coordinate representation of color #CA922D: hue angle of 38.6º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA922D is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 45 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.21 |
| HSL | 38.6º | 0.64% | 0.48% | - |
| HSV(B) | 38.6º | 0.78% | 0.79% | - |
| XYZ | 35.11 | 33.3 | 7.06 | - |
| YUV | 151.23 | 68.05 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 45 | 0 | 0.28 | 0.78 | 0.21 | 38.6 | 0.64 | 0.48 |
| Hex | CA | 92 | 2D | 0 | 1C | 4E | 15 | 27 | 40 | 30 |
| Octal | 312 | 222 | 55 | 0 | 34 | 116 | 25 | 47 | 100 | 60 |
| Binary | 11001010 | 10010010 | 101101 | 0 | 11100 | 1001110 | 10101 | 100111 | 1000000 | 110000 |
Color Harmonies of #CA922D
Complementary color
Monochromatic Colors of #CA922D
Black with #CA922D
Text Example
Text Example
White with #CA922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA922D; }
p { color: rgb(202,146,45); }
H1.HeaderClassName
{
color: #CA922D;
}
.AnyTagClassName
{
color: #CA922D;
}
</style>
background-color css
<style>
a { background-color: #CA922D; }
a { background-color: rgb(202,146,45); }
div.DivClassName
{
background-color: #CA922D;
}
.BgClassName
{
background-color: #CA922D;
}
</style>
border-color css
<style>
span { border-color: #CA922D; }
span { border-color: rgb(202,146,45); }
td.TdClassName
{
border-color: #CA922D;
}
.TagClassName
{
border-color: #CA922D;
}
</style>