Shades of Fuel Yellow #CE963C
Tints of Fuel Yellow #CE963C
RGB
CMYK
RGB Variations
Color information
#CE963C (or 0xCE963C) is known color: Fuel Yellow. HEX triplet: CE, 96 and 3C. RGB value is (206,150,60). Sum of RGB (Red+Green+Blue) = 206+150+60=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE963C is #3169C3. Grayscale: #9C9C9C. Windows color (decimal): -3238340 or 3970766. OLE color: 3970766.
HSL color Cylindrical-coordinate representation of color #CE963C: hue angle of 36.99º 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 #CE963C is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 60 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.19 |
| HSL | 36.99º | 0.6% | 0.52% | - |
| HSV(B) | 36.99º | 0.71% | 0.81% | - |
| XYZ | 37.18 | 35.26 | 9.12 | - |
| YUV | 156.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 60 | 0 | 0.27 | 0.71 | 0.19 | 36.99 | 0.6 | 0.52 |
| Hex | CE | 96 | 3C | 0 | 1B | 47 | 13 | 25 | 3C | 34 |
| Octal | 316 | 226 | 74 | 0 | 33 | 107 | 23 | 45 | 74 | 64 |
| Binary | 11001110 | 10010110 | 111100 | 0 | 11011 | 1000111 | 10011 | 100101 | 111100 | 110100 |
Color Harmonies of #CE963C
Complementary color
Monochromatic Colors of #CE963C
Black with #CE963C
Text Example
Text Example
White with #CE963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE963C; }
p { color: rgb(206,150,60); }
H1.HeaderClassName
{
color: #CE963C;
}
.AnyTagClassName
{
color: #CE963C;
}
</style>
background-color css
<style>
a { background-color: #CE963C; }
a { background-color: rgb(206,150,60); }
div.DivClassName
{
background-color: #CE963C;
}
.BgClassName
{
background-color: #CE963C;
}
</style>
border-color css
<style>
span { border-color: #CE963C; }
span { border-color: rgb(206,150,60); }
td.TdClassName
{
border-color: #CE963C;
}
.TagClassName
{
border-color: #CE963C;
}
</style>