Shades of Fuel Yellow #CA8F32
Tints of Fuel Yellow #CA8F32
RGB
CMYK
RGB Variations
Color information
#CA8F32 (or 0xCA8F32) is known color: Fuel Yellow. HEX triplet: CA, 8F and 32. RGB value is (202,143,50). Sum of RGB (Red+Green+Blue) = 202+143+50=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F32 is #3570CD. Grayscale: #969696. Windows color (decimal): -3502286 or 3313610. OLE color: 3313610.
HSL color Cylindrical-coordinate representation of color #CA8F32: hue angle of 36.71º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA8F32 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 50 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.21 |
| HSL | 36.71º | 0.6% | 0.49% | - |
| HSV(B) | 36.71º | 0.75% | 0.79% | - |
| XYZ | 34.76 | 32.43 | 7.45 | - |
| YUV | 150.04 | 71.55 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 50 | 0 | 0.29 | 0.75 | 0.21 | 36.71 | 0.6 | 0.49 |
| Hex | CA | 8F | 32 | 0 | 1D | 4B | 15 | 25 | 3C | 31 |
| Octal | 312 | 217 | 62 | 0 | 35 | 113 | 25 | 45 | 74 | 61 |
| Binary | 11001010 | 10001111 | 110010 | 0 | 11101 | 1001011 | 10101 | 100101 | 111100 | 110001 |
Color Harmonies of #CA8F32
Complementary color
Monochromatic Colors of #CA8F32
Black with #CA8F32
Text Example
Text Example
White with #CA8F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F32; }
p { color: rgb(202,143,50); }
H1.HeaderClassName
{
color: #CA8F32;
}
.AnyTagClassName
{
color: #CA8F32;
}
</style>
background-color css
<style>
a { background-color: #CA8F32; }
a { background-color: rgb(202,143,50); }
div.DivClassName
{
background-color: #CA8F32;
}
.BgClassName
{
background-color: #CA8F32;
}
</style>
border-color css
<style>
span { border-color: #CA8F32; }
span { border-color: rgb(202,143,50); }
td.TdClassName
{
border-color: #CA8F32;
}
.TagClassName
{
border-color: #CA8F32;
}
</style>