Shades of Fuel Yellow #CE8F3A
Tints of Fuel Yellow #CE8F3A
RGB
CMYK
RGB Variations
Color information
#CE8F3A (or 0xCE8F3A) is known color: Fuel Yellow. HEX triplet: CE, 8F and 3A. RGB value is (206,143,58). Sum of RGB (Red+Green+Blue) = 206+143+58=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F3A is #3170C5. Grayscale: #989898. Windows color (decimal): -3240134 or 3837902. OLE color: 3837902.
HSL color Cylindrical-coordinate representation of color #CE8F3A: hue angle of 34.46º 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 #CE8F3A is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 58 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.19 |
| HSL | 34.46º | 0.6% | 0.52% | - |
| HSV(B) | 34.46º | 0.72% | 0.81% | - |
| XYZ | 36.04 | 33.07 | 8.49 | - |
| YUV | 152.15 | 74.87 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 58 | 0 | 0.31 | 0.72 | 0.19 | 34.46 | 0.6 | 0.52 |
| Hex | CE | 8F | 3A | 0 | 1F | 48 | 13 | 22 | 3C | 34 |
| Octal | 316 | 217 | 72 | 0 | 37 | 110 | 23 | 42 | 74 | 64 |
| Binary | 11001110 | 10001111 | 111010 | 0 | 11111 | 1001000 | 10011 | 100010 | 111100 | 110100 |
Color Harmonies of #CE8F3A
Complementary color
Monochromatic Colors of #CE8F3A
Black with #CE8F3A
Text Example
Text Example
White with #CE8F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F3A; }
p { color: rgb(206,143,58); }
H1.HeaderClassName
{
color: #CE8F3A;
}
.AnyTagClassName
{
color: #CE8F3A;
}
</style>
background-color css
<style>
a { background-color: #CE8F3A; }
a { background-color: rgb(206,143,58); }
div.DivClassName
{
background-color: #CE8F3A;
}
.BgClassName
{
background-color: #CE8F3A;
}
</style>
border-color css
<style>
span { border-color: #CE8F3A; }
span { border-color: rgb(206,143,58); }
td.TdClassName
{
border-color: #CE8F3A;
}
.TagClassName
{
border-color: #CE8F3A;
}
</style>