Shades of Sunglow #FEC93C
Tints of Sunglow #FEC93C
RGB
CMYK
RGB Variations
Color information
#FEC93C (or 0xFEC93C) is known color: Sunglow. HEX triplet: FE, C9 and 3C. RGB value is (254,201,60). Sum of RGB (Red+Green+Blue) = 254+201+60=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 60 (23.83% from 255 or 11.65% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC93C is #0136C3. Grayscale: #C9C9C9. Windows color (decimal): -79556 or 3983870. OLE color: 3983870.
HSL color Cylindrical-coordinate representation of color #FEC93C: hue angle of 43.61º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEC93C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 60 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.00 |
| HSL | 43.61º | 0.99% | 0.62% | - |
| HSV(B) | 43.61º | 0.76% | 1% | - |
| XYZ | 62.58 | 63.17 | 13.17 | - |
| YUV | 200.77 | 48.56 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 60 | 0 | 0.21 | 0.76 | 0.00 | 43.61 | 0.99 | 0.62 |
| Hex | FE | C9 | 3C | 0 | 15 | 4C | 0 | 2C | 63 | 3E |
| Octal | 376 | 311 | 74 | 0 | 25 | 114 | 0 | 54 | 143 | 76 |
| Binary | 11111110 | 11001001 | 111100 | 0 | 10101 | 1001100 | 0 | 101100 | 1100011 | 111110 |
Color Harmonies of #FEC93C
Complementary color
Monochromatic Colors of #FEC93C
Black with #FEC93C
Text Example
Text Example
White with #FEC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC93C; }
p { color: rgb(254,201,60); }
H1.HeaderClassName
{
color: #FEC93C;
}
.AnyTagClassName
{
color: #FEC93C;
}
</style>
background-color css
<style>
a { background-color: #FEC93C; }
a { background-color: rgb(254,201,60); }
div.DivClassName
{
background-color: #FEC93C;
}
.BgClassName
{
background-color: #FEC93C;
}
</style>
border-color css
<style>
span { border-color: #FEC93C; }
span { border-color: rgb(254,201,60); }
td.TdClassName
{
border-color: #FEC93C;
}
.TagClassName
{
border-color: #FEC93C;
}
</style>