Shades of Fuel Yellow #CA8C2C
Tints of Fuel Yellow #CA8C2C
RGB
CMYK
RGB Variations
Color information
#CA8C2C (or 0xCA8C2C) is known color: Fuel Yellow. HEX triplet: CA, 8C and 2C. RGB value is (202,140,44). Sum of RGB (Red+Green+Blue) = 202+140+44=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8C2C is #3573D3. Grayscale: #949494. Windows color (decimal): -3503060 or 2919626. OLE color: 2919626.
HSL color Cylindrical-coordinate representation of color #CA8C2C: hue angle of 36.46º 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 #CA8C2C is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 44 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.21 |
| HSL | 36.46º | 0.64% | 0.48% | - |
| HSV(B) | 36.46º | 0.78% | 0.79% | - |
| XYZ | 34.19 | 31.49 | 6.66 | - |
| YUV | 147.59 | 69.54 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 44 | 0 | 0.31 | 0.78 | 0.21 | 36.46 | 0.64 | 0.48 |
| Hex | CA | 8C | 2C | 0 | 1F | 4E | 15 | 24 | 40 | 30 |
| Octal | 312 | 214 | 54 | 0 | 37 | 116 | 25 | 44 | 100 | 60 |
| Binary | 11001010 | 10001100 | 101100 | 0 | 11111 | 1001110 | 10101 | 100100 | 1000000 | 110000 |
Color Harmonies of #CA8C2C
Complementary color
Monochromatic Colors of #CA8C2C
Black with #CA8C2C
Text Example
Text Example
White with #CA8C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C2C; }
p { color: rgb(202,140,44); }
H1.HeaderClassName
{
color: #CA8C2C;
}
.AnyTagClassName
{
color: #CA8C2C;
}
</style>
background-color css
<style>
a { background-color: #CA8C2C; }
a { background-color: rgb(202,140,44); }
div.DivClassName
{
background-color: #CA8C2C;
}
.BgClassName
{
background-color: #CA8C2C;
}
</style>
border-color css
<style>
span { border-color: #CA8C2C; }
span { border-color: rgb(202,140,44); }
td.TdClassName
{
border-color: #CA8C2C;
}
.TagClassName
{
border-color: #CA8C2C;
}
</style>