Shades of Fuel Yellow #CA8C2F
Tints of Fuel Yellow #CA8C2F
RGB
CMYK
RGB Variations
Color information
#CA8C2F (or 0xCA8C2F) is known color: Fuel Yellow. HEX triplet: CA, 8C and 2F. RGB value is (202,140,47). Sum of RGB (Red+Green+Blue) = 202+140+47=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8C2F is #3573D0. Grayscale: #949494. Windows color (decimal): -3503057 or 3116234. OLE color: 3116234.
HSL color Cylindrical-coordinate representation of color #CA8C2F: hue angle of 36º degrees, saturation: 0.62, 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 #CA8C2F is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 47 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.21 |
| HSL | 36º | 0.62% | 0.49% | - |
| HSV(B) | 36º | 0.77% | 0.79% | - |
| XYZ | 34.25 | 31.52 | 6.97 | - |
| YUV | 147.94 | 71.04 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 47 | 0 | 0.31 | 0.77 | 0.21 | 36 | 0.62 | 0.49 |
| Hex | CA | 8C | 2F | 0 | 1F | 4D | 15 | 24 | 3E | 31 |
| Octal | 312 | 214 | 57 | 0 | 37 | 115 | 25 | 44 | 76 | 61 |
| Binary | 11001010 | 10001100 | 101111 | 0 | 11111 | 1001101 | 10101 | 100100 | 111110 | 110001 |
Color Harmonies of #CA8C2F
Complementary color
Monochromatic Colors of #CA8C2F
Black with #CA8C2F
Text Example
Text Example
White with #CA8C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C2F; }
p { color: rgb(202,140,47); }
H1.HeaderClassName
{
color: #CA8C2F;
}
.AnyTagClassName
{
color: #CA8C2F;
}
</style>
background-color css
<style>
a { background-color: #CA8C2F; }
a { background-color: rgb(202,140,47); }
div.DivClassName
{
background-color: #CA8C2F;
}
.BgClassName
{
background-color: #CA8C2F;
}
</style>
border-color css
<style>
span { border-color: #CA8C2F; }
span { border-color: rgb(202,140,47); }
td.TdClassName
{
border-color: #CA8C2F;
}
.TagClassName
{
border-color: #CA8C2F;
}
</style>