Shades of Sunglow #FECA36
Tints of Sunglow #FECA36
RGB
CMYK
RGB Variations
Color information
#FECA36 (or 0xFECA36) is known color: Sunglow. HEX triplet: FE, CA and 36. RGB value is (254,202,54). Sum of RGB (Red+Green+Blue) = 254+202+54=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 54 (21.48% from 255 or 10.59% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA36 is #0135C9. Grayscale: #C9C9C9. Windows color (decimal): -79306 or 3590910. OLE color: 3590910.
HSL color Cylindrical-coordinate representation of color #FECA36: hue angle of 44.4º 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 #FECA36 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 54 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.00 |
| HSL | 44.4º | 0.99% | 0.6% | - |
| HSV(B) | 44.4º | 0.79% | 1% | - |
| XYZ | 62.66 | 63.58 | 12.46 | - |
| YUV | 200.68 | 45.23 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 54 | 0 | 0.20 | 0.79 | 0.00 | 44.4 | 0.99 | 0.6 |
| Hex | FE | CA | 36 | 0 | 14 | 4F | 0 | 2C | 63 | 3C |
| Octal | 376 | 312 | 66 | 0 | 24 | 117 | 0 | 54 | 143 | 74 |
| Binary | 11111110 | 11001010 | 110110 | 0 | 10100 | 1001111 | 0 | 101100 | 1100011 | 111100 |
Color Harmonies of #FECA36
Complementary color
Monochromatic Colors of #FECA36
Black with #FECA36
Text Example
Text Example
White with #FECA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA36; }
p { color: rgb(254,202,54); }
H1.HeaderClassName
{
color: #FECA36;
}
.AnyTagClassName
{
color: #FECA36;
}
</style>
background-color css
<style>
a { background-color: #FECA36; }
a { background-color: rgb(254,202,54); }
div.DivClassName
{
background-color: #FECA36;
}
.BgClassName
{
background-color: #FECA36;
}
</style>
border-color css
<style>
span { border-color: #FECA36; }
span { border-color: rgb(254,202,54); }
td.TdClassName
{
border-color: #FECA36;
}
.TagClassName
{
border-color: #FECA36;
}
</style>