Shades of Fuel Yellow #CA932F
Tints of Fuel Yellow #CA932F
RGB
CMYK
RGB Variations
Color information
#CA932F (or 0xCA932F) is known color: Fuel Yellow. HEX triplet: CA, 93 and 2F. RGB value is (202,147,47). Sum of RGB (Red+Green+Blue) = 202+147+47=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA932F is #356CD0. Grayscale: #989898. Windows color (decimal): -3501265 or 3118026. OLE color: 3118026.
HSL color Cylindrical-coordinate representation of color #CA932F: hue angle of 38.71º 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 #CA932F is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 47 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.21 |
| HSL | 38.71º | 0.62% | 0.49% | - |
| HSV(B) | 38.71º | 0.77% | 0.79% | - |
| XYZ | 35.3 | 33.63 | 7.32 | - |
| YUV | 152.05 | 68.72 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 47 | 0 | 0.27 | 0.77 | 0.21 | 38.71 | 0.62 | 0.49 |
| Hex | CA | 93 | 2F | 0 | 1B | 4D | 15 | 27 | 3E | 31 |
| Octal | 312 | 223 | 57 | 0 | 33 | 115 | 25 | 47 | 76 | 61 |
| Binary | 11001010 | 10010011 | 101111 | 0 | 11011 | 1001101 | 10101 | 100111 | 111110 | 110001 |
Color Harmonies of #CA932F
Complementary color
Monochromatic Colors of #CA932F
Black with #CA932F
Text Example
Text Example
White with #CA932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA932F; }
p { color: rgb(202,147,47); }
H1.HeaderClassName
{
color: #CA932F;
}
.AnyTagClassName
{
color: #CA932F;
}
</style>
background-color css
<style>
a { background-color: #CA932F; }
a { background-color: rgb(202,147,47); }
div.DivClassName
{
background-color: #CA932F;
}
.BgClassName
{
background-color: #CA932F;
}
</style>
border-color css
<style>
span { border-color: #CA932F; }
span { border-color: rgb(202,147,47); }
td.TdClassName
{
border-color: #CA932F;
}
.TagClassName
{
border-color: #CA932F;
}
</style>