Shades of Sunglow #FEC930
Tints of Sunglow #FEC930
RGB
CMYK
RGB Variations
Color information
#FEC930 (or 0xFEC930) is known color: Sunglow. HEX triplet: FE, C9 and 30. RGB value is (254,201,48). Sum of RGB (Red+Green+Blue) = 254+201+48=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC930 is #0136CF. Grayscale: #C8C8C8. Windows color (decimal): -79568 or 3197438. OLE color: 3197438.
HSL color Cylindrical-coordinate representation of color #FEC930: hue angle of 44.56º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEC930 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 48 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.00 |
| HSL | 44.56º | 0.99% | 0.59% | - |
| HSV(B) | 44.56º | 0.81% | 1% | - |
| XYZ | 62.29 | 63.06 | 11.68 | - |
| YUV | 199.41 | 42.56 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 48 | 0 | 0.21 | 0.81 | 0.00 | 44.56 | 0.99 | 0.59 |
| Hex | FE | C9 | 30 | 0 | 15 | 51 | 0 | 2D | 63 | 3B |
| Octal | 376 | 311 | 60 | 0 | 25 | 121 | 0 | 55 | 143 | 73 |
| Binary | 11111110 | 11001001 | 110000 | 0 | 10101 | 1010001 | 0 | 101101 | 1100011 | 111011 |
Color Harmonies of #FEC930
Complementary color
Monochromatic Colors of #FEC930
Black with #FEC930
Text Example
Text Example
White with #FEC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC930; }
p { color: rgb(254,201,48); }
H1.HeaderClassName
{
color: #FEC930;
}
.AnyTagClassName
{
color: #FEC930;
}
</style>
background-color css
<style>
a { background-color: #FEC930; }
a { background-color: rgb(254,201,48); }
div.DivClassName
{
background-color: #FEC930;
}
.BgClassName
{
background-color: #FEC930;
}
</style>
border-color css
<style>
span { border-color: #FEC930; }
span { border-color: rgb(254,201,48); }
td.TdClassName
{
border-color: #FEC930;
}
.TagClassName
{
border-color: #FEC930;
}
</style>