Shades of Sunglow #FEC235
Tints of Sunglow #FEC235
RGB
CMYK
RGB Variations
Color information
#FEC235 (or 0xFEC235) is known color: Sunglow. HEX triplet: FE, C2 and 35. RGB value is (254,194,53). Sum of RGB (Red+Green+Blue) = 254+194+53=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC235 is #013DCA. Grayscale: #C4C4C4. Windows color (decimal): -81355 or 3523326. OLE color: 3523326.
HSL color Cylindrical-coordinate representation of color #FEC235: hue angle of 42.09º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEC235 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 53 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.00 |
| HSL | 42.09º | 0.99% | 0.6% | - |
| HSV(B) | 42.09º | 0.79% | 1% | - |
| XYZ | 60.81 | 59.91 | 11.73 | - |
| YUV | 195.87 | 47.38 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 53 | 0 | 0.24 | 0.79 | 0.00 | 42.09 | 0.99 | 0.6 |
| Hex | FE | C2 | 35 | 0 | 18 | 4F | 0 | 2A | 63 | 3C |
| Octal | 376 | 302 | 65 | 0 | 30 | 117 | 0 | 52 | 143 | 74 |
| Binary | 11111110 | 11000010 | 110101 | 0 | 11000 | 1001111 | 0 | 101010 | 1100011 | 111100 |
Color Harmonies of #FEC235
Complementary color
Monochromatic Colors of #FEC235
Black with #FEC235
Text Example
Text Example
White with #FEC235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC235; }
p { color: rgb(254,194,53); }
H1.HeaderClassName
{
color: #FEC235;
}
.AnyTagClassName
{
color: #FEC235;
}
</style>
background-color css
<style>
a { background-color: #FEC235; }
a { background-color: rgb(254,194,53); }
div.DivClassName
{
background-color: #FEC235;
}
.BgClassName
{
background-color: #FEC235;
}
</style>
border-color css
<style>
span { border-color: #FEC235; }
span { border-color: rgb(254,194,53); }
td.TdClassName
{
border-color: #FEC235;
}
.TagClassName
{
border-color: #FEC235;
}
</style>