Shades of Fuel Yellow #CA8C30
Tints of Fuel Yellow #CA8C30
RGB
CMYK
RGB Variations
Color information
#CA8C30 (or 0xCA8C30) is known color: Fuel Yellow. HEX triplet: CA, 8C and 30. RGB value is (202,140,48). Sum of RGB (Red+Green+Blue) = 202+140+48=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8C30 is #3573CF. Grayscale: #949494. Windows color (decimal): -3503056 or 3181770. OLE color: 3181770.
HSL color Cylindrical-coordinate representation of color #CA8C30: hue angle of 35.84º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA8C30 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 48 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.21 |
| HSL | 35.84º | 0.62% | 0.49% | - |
| HSV(B) | 35.84º | 0.76% | 0.79% | - |
| XYZ | 34.27 | 31.53 | 7.08 | - |
| YUV | 148.05 | 71.54 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 48 | 0 | 0.31 | 0.76 | 0.21 | 35.84 | 0.62 | 0.49 |
| Hex | CA | 8C | 30 | 0 | 1F | 4C | 15 | 24 | 3E | 31 |
| Octal | 312 | 214 | 60 | 0 | 37 | 114 | 25 | 44 | 76 | 61 |
| Binary | 11001010 | 10001100 | 110000 | 0 | 11111 | 1001100 | 10101 | 100100 | 111110 | 110001 |
Color Harmonies of #CA8C30
Complementary color
Monochromatic Colors of #CA8C30
Black with #CA8C30
Text Example
Text Example
White with #CA8C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C30; }
p { color: rgb(202,140,48); }
H1.HeaderClassName
{
color: #CA8C30;
}
.AnyTagClassName
{
color: #CA8C30;
}
</style>
background-color css
<style>
a { background-color: #CA8C30; }
a { background-color: rgb(202,140,48); }
div.DivClassName
{
background-color: #CA8C30;
}
.BgClassName
{
background-color: #CA8C30;
}
</style>
border-color css
<style>
span { border-color: #CA8C30; }
span { border-color: rgb(202,140,48); }
td.TdClassName
{
border-color: #CA8C30;
}
.TagClassName
{
border-color: #CA8C30;
}
</style>