Shades of Fuel Yellow #CE993C
Tints of Fuel Yellow #CE993C
RGB
CMYK
RGB Variations
Color information
#CE993C (or 0xCE993C) is known color: Fuel Yellow. HEX triplet: CE, 99 and 3C. RGB value is (206,153,60). Sum of RGB (Red+Green+Blue) = 206+153+60=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE993C is #3166C3. Grayscale: #9E9E9E. Windows color (decimal): -3237572 or 3971534. OLE color: 3971534.
HSL color Cylindrical-coordinate representation of color #CE993C: hue angle of 38.22º 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 #CE993C is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 60 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.19 |
| HSL | 38.22º | 0.6% | 0.52% | - |
| HSV(B) | 38.22º | 0.71% | 0.81% | - |
| XYZ | 37.66 | 36.23 | 9.28 | - |
| YUV | 158.25 | 72.56 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 60 | 0 | 0.26 | 0.71 | 0.19 | 38.22 | 0.6 | 0.52 |
| Hex | CE | 99 | 3C | 0 | 1A | 47 | 13 | 26 | 3C | 34 |
| Octal | 316 | 231 | 74 | 0 | 32 | 107 | 23 | 46 | 74 | 64 |
| Binary | 11001110 | 10011001 | 111100 | 0 | 11010 | 1000111 | 10011 | 100110 | 111100 | 110100 |
Color Harmonies of #CE993C
Complementary color
Monochromatic Colors of #CE993C
Black with #CE993C
Text Example
Text Example
White with #CE993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE993C; }
p { color: rgb(206,153,60); }
H1.HeaderClassName
{
color: #CE993C;
}
.AnyTagClassName
{
color: #CE993C;
}
</style>
background-color css
<style>
a { background-color: #CE993C; }
a { background-color: rgb(206,153,60); }
div.DivClassName
{
background-color: #CE993C;
}
.BgClassName
{
background-color: #CE993C;
}
</style>
border-color css
<style>
span { border-color: #CE993C; }
span { border-color: rgb(206,153,60); }
td.TdClassName
{
border-color: #CE993C;
}
.TagClassName
{
border-color: #CE993C;
}
</style>