Shades of Fuel Yellow #CE963A
Tints of Fuel Yellow #CE963A
RGB
CMYK
RGB Variations
Color information
#CE963A (or 0xCE963A) is known color: Fuel Yellow. HEX triplet: CE, 96 and 3A. RGB value is (206,150,58). Sum of RGB (Red+Green+Blue) = 206+150+58=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE963A is #3169C5. Grayscale: #9C9C9C. Windows color (decimal): -3238342 or 3839694. OLE color: 3839694.
HSL color Cylindrical-coordinate representation of color #CE963A: hue angle of 37.3º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE963A is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 58 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.19 |
| HSL | 37.3º | 0.6% | 0.52% | - |
| HSV(B) | 37.3º | 0.72% | 0.81% | - |
| XYZ | 37.12 | 35.24 | 8.85 | - |
| YUV | 156.26 | 72.55 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 58 | 0 | 0.27 | 0.72 | 0.19 | 37.3 | 0.6 | 0.52 |
| Hex | CE | 96 | 3A | 0 | 1B | 48 | 13 | 25 | 3C | 34 |
| Octal | 316 | 226 | 72 | 0 | 33 | 110 | 23 | 45 | 74 | 64 |
| Binary | 11001110 | 10010110 | 111010 | 0 | 11011 | 1001000 | 10011 | 100101 | 111100 | 110100 |
Color Harmonies of #CE963A
Complementary color
Monochromatic Colors of #CE963A
Black with #CE963A
Text Example
Text Example
White with #CE963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE963A; }
p { color: rgb(206,150,58); }
H1.HeaderClassName
{
color: #CE963A;
}
.AnyTagClassName
{
color: #CE963A;
}
</style>
background-color css
<style>
a { background-color: #CE963A; }
a { background-color: rgb(206,150,58); }
div.DivClassName
{
background-color: #CE963A;
}
.BgClassName
{
background-color: #CE963A;
}
</style>
border-color css
<style>
span { border-color: #CE963A; }
span { border-color: rgb(206,150,58); }
td.TdClassName
{
border-color: #CE963A;
}
.TagClassName
{
border-color: #CE963A;
}
</style>