Shades of Fuel Yellow #CA8F2D
Tints of Fuel Yellow #CA8F2D
RGB
CMYK
RGB Variations
Color information
#CA8F2D (or 0xCA8F2D) is known color: Fuel Yellow. HEX triplet: CA, 8F and 2D. RGB value is (202,143,45). Sum of RGB (Red+Green+Blue) = 202+143+45=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F2D is #3570D2. Grayscale: #959595. Windows color (decimal): -3502291 or 2985930. OLE color: 2985930.
HSL color Cylindrical-coordinate representation of color #CA8F2D: hue angle of 37.45º 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 #CA8F2D is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 45 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.21 |
| HSL | 37.45º | 0.64% | 0.48% | - |
| HSV(B) | 37.45º | 0.78% | 0.79% | - |
| XYZ | 34.65 | 32.39 | 6.91 | - |
| YUV | 149.47 | 69.05 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 45 | 0 | 0.29 | 0.78 | 0.21 | 37.45 | 0.64 | 0.48 |
| Hex | CA | 8F | 2D | 0 | 1D | 4E | 15 | 25 | 40 | 30 |
| Octal | 312 | 217 | 55 | 0 | 35 | 116 | 25 | 45 | 100 | 60 |
| Binary | 11001010 | 10001111 | 101101 | 0 | 11101 | 1001110 | 10101 | 100101 | 1000000 | 110000 |
Color Harmonies of #CA8F2D
Complementary color
Monochromatic Colors of #CA8F2D
Black with #CA8F2D
Text Example
Text Example
White with #CA8F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F2D; }
p { color: rgb(202,143,45); }
H1.HeaderClassName
{
color: #CA8F2D;
}
.AnyTagClassName
{
color: #CA8F2D;
}
</style>
background-color css
<style>
a { background-color: #CA8F2D; }
a { background-color: rgb(202,143,45); }
div.DivClassName
{
background-color: #CA8F2D;
}
.BgClassName
{
background-color: #CA8F2D;
}
</style>
border-color css
<style>
span { border-color: #CA8F2D; }
span { border-color: rgb(202,143,45); }
td.TdClassName
{
border-color: #CA8F2D;
}
.TagClassName
{
border-color: #CA8F2D;
}
</style>