Shades of Sunglow #FEC93B
Tints of Sunglow #FEC93B
RGB
CMYK
RGB Variations
Color information
#FEC93B (or 0xFEC93B) is known color: Sunglow. HEX triplet: FE, C9 and 3B. RGB value is (254,201,59). Sum of RGB (Red+Green+Blue) = 254+201+59=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 59 (23.44% from 255 or 11.48% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC93B is #0136C4. Grayscale: #C9C9C9. Windows color (decimal): -79557 or 3918334. OLE color: 3918334.
HSL color Cylindrical-coordinate representation of color #FEC93B: hue angle of 43.69º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEC93B is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 59 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.00 |
| HSL | 43.69º | 0.99% | 0.61% | - |
| HSV(B) | 43.69º | 0.77% | 1% | - |
| XYZ | 62.55 | 63.16 | 13.03 | - |
| YUV | 200.66 | 48.06 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 59 | 0 | 0.21 | 0.77 | 0.00 | 43.69 | 0.99 | 0.61 |
| Hex | FE | C9 | 3B | 0 | 15 | 4D | 0 | 2C | 63 | 3D |
| Octal | 376 | 311 | 73 | 0 | 25 | 115 | 0 | 54 | 143 | 75 |
| Binary | 11111110 | 11001001 | 111011 | 0 | 10101 | 1001101 | 0 | 101100 | 1100011 | 111101 |
Color Harmonies of #FEC93B
Complementary color
Monochromatic Colors of #FEC93B
Black with #FEC93B
Text Example
Text Example
White with #FEC93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC93B; }
p { color: rgb(254,201,59); }
H1.HeaderClassName
{
color: #FEC93B;
}
.AnyTagClassName
{
color: #FEC93B;
}
</style>
background-color css
<style>
a { background-color: #FEC93B; }
a { background-color: rgb(254,201,59); }
div.DivClassName
{
background-color: #FEC93B;
}
.BgClassName
{
background-color: #FEC93B;
}
</style>
border-color css
<style>
span { border-color: #FEC93B; }
span { border-color: rgb(254,201,59); }
td.TdClassName
{
border-color: #FEC93B;
}
.TagClassName
{
border-color: #FEC93B;
}
</style>