Shades of Fuel Yellow #CA902E
Tints of Fuel Yellow #CA902E
RGB
CMYK
RGB Variations
Color information
#CA902E (or 0xCA902E) is known color: Fuel Yellow. HEX triplet: CA, 90 and 2E. RGB value is (202,144,46). Sum of RGB (Red+Green+Blue) = 202+144+46=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA902E is #356FD1. Grayscale: #969696. Windows color (decimal): -3502034 or 3051722. OLE color: 3051722.
HSL color Cylindrical-coordinate representation of color #CA902E: hue angle of 37.69º 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 #CA902E is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 46 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.21 |
| HSL | 37.69º | 0.63% | 0.49% | - |
| HSV(B) | 37.69º | 0.77% | 0.79% | - |
| XYZ | 34.82 | 32.7 | 7.06 | - |
| YUV | 150.17 | 69.22 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 46 | 0 | 0.29 | 0.77 | 0.21 | 37.69 | 0.63 | 0.49 |
| Hex | CA | 90 | 2E | 0 | 1D | 4D | 15 | 26 | 3F | 31 |
| Octal | 312 | 220 | 56 | 0 | 35 | 115 | 25 | 46 | 77 | 61 |
| Binary | 11001010 | 10010000 | 101110 | 0 | 11101 | 1001101 | 10101 | 100110 | 111111 | 110001 |
Color Harmonies of #CA902E
Complementary color
Monochromatic Colors of #CA902E
Black with #CA902E
Text Example
Text Example
White with #CA902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA902E; }
p { color: rgb(202,144,46); }
H1.HeaderClassName
{
color: #CA902E;
}
.AnyTagClassName
{
color: #CA902E;
}
</style>
background-color css
<style>
a { background-color: #CA902E; }
a { background-color: rgb(202,144,46); }
div.DivClassName
{
background-color: #CA902E;
}
.BgClassName
{
background-color: #CA902E;
}
</style>
border-color css
<style>
span { border-color: #CA902E; }
span { border-color: rgb(202,144,46); }
td.TdClassName
{
border-color: #CA902E;
}
.TagClassName
{
border-color: #CA902E;
}
</style>