Shades of Fuel Yellow #CA932C
Tints of Fuel Yellow #CA932C
RGB
CMYK
RGB Variations
Color information
#CA932C (or 0xCA932C) is known color: Fuel Yellow. HEX triplet: CA, 93 and 2C. RGB value is (202,147,44). Sum of RGB (Red+Green+Blue) = 202+147+44=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA932C is #356CD3. Grayscale: #989898. Windows color (decimal): -3501268 or 2921418. OLE color: 2921418.
HSL color Cylindrical-coordinate representation of color #CA932C: hue angle of 39.11º 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 #CA932C is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 44 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.21 |
| HSL | 39.11º | 0.64% | 0.48% | - |
| HSV(B) | 39.11º | 0.78% | 0.79% | - |
| XYZ | 35.25 | 33.61 | 7.01 | - |
| YUV | 151.7 | 67.22 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 44 | 0 | 0.27 | 0.78 | 0.21 | 39.11 | 0.64 | 0.48 |
| Hex | CA | 93 | 2C | 0 | 1B | 4E | 15 | 27 | 40 | 30 |
| Octal | 312 | 223 | 54 | 0 | 33 | 116 | 25 | 47 | 100 | 60 |
| Binary | 11001010 | 10010011 | 101100 | 0 | 11011 | 1001110 | 10101 | 100111 | 1000000 | 110000 |
Color Harmonies of #CA932C
Complementary color
Monochromatic Colors of #CA932C
Black with #CA932C
Text Example
Text Example
White with #CA932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA932C; }
p { color: rgb(202,147,44); }
H1.HeaderClassName
{
color: #CA932C;
}
.AnyTagClassName
{
color: #CA932C;
}
</style>
background-color css
<style>
a { background-color: #CA932C; }
a { background-color: rgb(202,147,44); }
div.DivClassName
{
background-color: #CA932C;
}
.BgClassName
{
background-color: #CA932C;
}
</style>
border-color css
<style>
span { border-color: #CA932C; }
span { border-color: rgb(202,147,44); }
td.TdClassName
{
border-color: #CA932C;
}
.TagClassName
{
border-color: #CA932C;
}
</style>