Shades of Fuel Yellow #CA912E
Tints of Fuel Yellow #CA912E
RGB
CMYK
RGB Variations
Color information
#CA912E (or 0xCA912E) is known color: Fuel Yellow. HEX triplet: CA, 91 and 2E. RGB value is (202,145,46). Sum of RGB (Red+Green+Blue) = 202+145+46=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA912E is #356ED1. Grayscale: #979797. Windows color (decimal): -3501778 or 3051978. OLE color: 3051978.
HSL color Cylindrical-coordinate representation of color #CA912E: hue angle of 38.08º 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 #CA912E is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 46 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.21 |
| HSL | 38.08º | 0.63% | 0.49% | - |
| HSV(B) | 38.08º | 0.77% | 0.79% | - |
| XYZ | 34.98 | 33 | 7.11 | - |
| YUV | 150.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 46 | 0 | 0.28 | 0.77 | 0.21 | 38.08 | 0.63 | 0.49 |
| Hex | CA | 91 | 2E | 0 | 1C | 4D | 15 | 26 | 3F | 31 |
| Octal | 312 | 221 | 56 | 0 | 34 | 115 | 25 | 46 | 77 | 61 |
| Binary | 11001010 | 10010001 | 101110 | 0 | 11100 | 1001101 | 10101 | 100110 | 111111 | 110001 |
Color Harmonies of #CA912E
Complementary color
Monochromatic Colors of #CA912E
Black with #CA912E
Text Example
Text Example
White with #CA912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA912E; }
p { color: rgb(202,145,46); }
H1.HeaderClassName
{
color: #CA912E;
}
.AnyTagClassName
{
color: #CA912E;
}
</style>
background-color css
<style>
a { background-color: #CA912E; }
a { background-color: rgb(202,145,46); }
div.DivClassName
{
background-color: #CA912E;
}
.BgClassName
{
background-color: #CA912E;
}
</style>
border-color css
<style>
span { border-color: #CA912E; }
span { border-color: rgb(202,145,46); }
td.TdClassName
{
border-color: #CA912E;
}
.TagClassName
{
border-color: #CA912E;
}
</style>