Shades of Fuel Yellow #CA9330
Tints of Fuel Yellow #CA9330
RGB
CMYK
RGB Variations
Color information
#CA9330 (or 0xCA9330) is known color: Fuel Yellow. HEX triplet: CA, 93 and 30. RGB value is (202,147,48). Sum of RGB (Red+Green+Blue) = 202+147+48=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9330 is #356CCF. Grayscale: #989898. Windows color (decimal): -3501264 or 3183562. OLE color: 3183562.
HSL color Cylindrical-coordinate representation of color #CA9330: hue angle of 38.57º 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 #CA9330 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 48 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.21 |
| HSL | 38.57º | 0.62% | 0.49% | - |
| HSV(B) | 38.57º | 0.76% | 0.79% | - |
| XYZ | 35.32 | 33.64 | 7.43 | - |
| YUV | 152.16 | 69.22 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 48 | 0 | 0.27 | 0.76 | 0.21 | 38.57 | 0.62 | 0.49 |
| Hex | CA | 93 | 30 | 0 | 1B | 4C | 15 | 27 | 3E | 31 |
| Octal | 312 | 223 | 60 | 0 | 33 | 114 | 25 | 47 | 76 | 61 |
| Binary | 11001010 | 10010011 | 110000 | 0 | 11011 | 1001100 | 10101 | 100111 | 111110 | 110001 |
Color Harmonies of #CA9330
Complementary color
Monochromatic Colors of #CA9330
Black with #CA9330
Text Example
Text Example
White with #CA9330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9330; }
p { color: rgb(202,147,48); }
H1.HeaderClassName
{
color: #CA9330;
}
.AnyTagClassName
{
color: #CA9330;
}
</style>
background-color css
<style>
a { background-color: #CA9330; }
a { background-color: rgb(202,147,48); }
div.DivClassName
{
background-color: #CA9330;
}
.BgClassName
{
background-color: #CA9330;
}
</style>
border-color css
<style>
span { border-color: #CA9330; }
span { border-color: rgb(202,147,48); }
td.TdClassName
{
border-color: #CA9330;
}
.TagClassName
{
border-color: #CA9330;
}
</style>