Shades of Fuel Yellow #CA982E
Tints of Fuel Yellow #CA982E
RGB
CMYK
RGB Variations
Color information
#CA982E (or 0xCA982E) is known color: Fuel Yellow. HEX triplet: CA, 98 and 2E. RGB value is (202,152,46). Sum of RGB (Red+Green+Blue) = 202+152+46=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA982E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA982E is #3567D1. Grayscale: #9B9B9B. Windows color (decimal): -3499986 or 3053770. OLE color: 3053770.
HSL color Cylindrical-coordinate representation of color #CA982E: hue angle of 40.77º 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 #CA982E is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 46 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.21 |
| HSL | 40.77º | 0.63% | 0.49% | - |
| HSV(B) | 40.77º | 0.77% | 0.79% | - |
| XYZ | 36.08 | 35.21 | 7.48 | - |
| YUV | 154.87 | 66.57 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 46 | 0 | 0.25 | 0.77 | 0.21 | 40.77 | 0.63 | 0.49 |
| Hex | CA | 98 | 2E | 0 | 19 | 4D | 15 | 29 | 3F | 31 |
| Octal | 312 | 230 | 56 | 0 | 31 | 115 | 25 | 51 | 77 | 61 |
| Binary | 11001010 | 10011000 | 101110 | 0 | 11001 | 1001101 | 10101 | 101001 | 111111 | 110001 |
Color Harmonies of #CA982E
Complementary color
Monochromatic Colors of #CA982E
Black with #CA982E
Text Example
Text Example
White with #CA982E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA982E; }
p { color: rgb(202,152,46); }
H1.HeaderClassName
{
color: #CA982E;
}
.AnyTagClassName
{
color: #CA982E;
}
</style>
background-color css
<style>
a { background-color: #CA982E; }
a { background-color: rgb(202,152,46); }
div.DivClassName
{
background-color: #CA982E;
}
.BgClassName
{
background-color: #CA982E;
}
</style>
border-color css
<style>
span { border-color: #CA982E; }
span { border-color: rgb(202,152,46); }
td.TdClassName
{
border-color: #CA982E;
}
.TagClassName
{
border-color: #CA982E;
}
</style>