Shades of Fuel Yellow #CA8F2E
Tints of Fuel Yellow #CA8F2E
RGB
CMYK
RGB Variations
Color information
#CA8F2E (or 0xCA8F2E) is known color: Fuel Yellow. HEX triplet: CA, 8F and 2E. RGB value is (202,143,46). Sum of RGB (Red+Green+Blue) = 202+143+46=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F2E is #3570D1. Grayscale: #969696. Windows color (decimal): -3502290 or 3051466. OLE color: 3051466.
HSL color Cylindrical-coordinate representation of color #CA8F2E: hue angle of 37.31º 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 #CA8F2E is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 46 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.21 |
| HSL | 37.31º | 0.63% | 0.49% | - |
| HSV(B) | 37.31º | 0.77% | 0.79% | - |
| XYZ | 34.67 | 32.4 | 7.01 | - |
| YUV | 149.58 | 69.55 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 46 | 0 | 0.29 | 0.77 | 0.21 | 37.31 | 0.63 | 0.49 |
| Hex | CA | 8F | 2E | 0 | 1D | 4D | 15 | 25 | 3F | 31 |
| Octal | 312 | 217 | 56 | 0 | 35 | 115 | 25 | 45 | 77 | 61 |
| Binary | 11001010 | 10001111 | 101110 | 0 | 11101 | 1001101 | 10101 | 100101 | 111111 | 110001 |
Color Harmonies of #CA8F2E
Complementary color
Monochromatic Colors of #CA8F2E
Black with #CA8F2E
Text Example
Text Example
White with #CA8F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F2E; }
p { color: rgb(202,143,46); }
H1.HeaderClassName
{
color: #CA8F2E;
}
.AnyTagClassName
{
color: #CA8F2E;
}
</style>
background-color css
<style>
a { background-color: #CA8F2E; }
a { background-color: rgb(202,143,46); }
div.DivClassName
{
background-color: #CA8F2E;
}
.BgClassName
{
background-color: #CA8F2E;
}
</style>
border-color css
<style>
span { border-color: #CA8F2E; }
span { border-color: rgb(202,143,46); }
td.TdClassName
{
border-color: #CA8F2E;
}
.TagClassName
{
border-color: #CA8F2E;
}
</style>