Shades of Fuel Yellow #CE943B
Tints of Fuel Yellow #CE943B
RGB
CMYK
RGB Variations
Color information
#CE943B (or 0xCE943B) is known color: Fuel Yellow. HEX triplet: CE, 94 and 3B. RGB value is (206,148,59). Sum of RGB (Red+Green+Blue) = 206+148+59=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE943B is #316BC4. Grayscale: #9B9B9B. Windows color (decimal): -3238853 or 3904718. OLE color: 3904718.
HSL color Cylindrical-coordinate representation of color #CE943B: hue angle of 36.33º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE943B is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 59 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.19 |
| HSL | 36.33º | 0.6% | 0.52% | - |
| HSV(B) | 36.33º | 0.71% | 0.81% | - |
| XYZ | 36.83 | 34.62 | 8.88 | - |
| YUV | 155.2 | 73.72 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 59 | 0 | 0.28 | 0.71 | 0.19 | 36.33 | 0.6 | 0.52 |
| Hex | CE | 94 | 3B | 0 | 1C | 47 | 13 | 24 | 3C | 34 |
| Octal | 316 | 224 | 73 | 0 | 34 | 107 | 23 | 44 | 74 | 64 |
| Binary | 11001110 | 10010100 | 111011 | 0 | 11100 | 1000111 | 10011 | 100100 | 111100 | 110100 |
Color Harmonies of #CE943B
Complementary color
Monochromatic Colors of #CE943B
Black with #CE943B
Text Example
Text Example
White with #CE943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE943B; }
p { color: rgb(206,148,59); }
H1.HeaderClassName
{
color: #CE943B;
}
.AnyTagClassName
{
color: #CE943B;
}
</style>
background-color css
<style>
a { background-color: #CE943B; }
a { background-color: rgb(206,148,59); }
div.DivClassName
{
background-color: #CE943B;
}
.BgClassName
{
background-color: #CE943B;
}
</style>
border-color css
<style>
span { border-color: #CE943B; }
span { border-color: rgb(206,148,59); }
td.TdClassName
{
border-color: #CE943B;
}
.TagClassName
{
border-color: #CE943B;
}
</style>