Shades of Sunglow #FECE35
Tints of Sunglow #FECE35
RGB
CMYK
RGB Variations
Color information
#FECE35 (or 0xFECE35) is known color: Sunglow. HEX triplet: FE, CE and 35. RGB value is (254,206,53). Sum of RGB (Red+Green+Blue) = 254+206+53=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 53 (21.09% from 255 or 10.33% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE35 is #0131CA. Grayscale: #CBCBCB. Windows color (decimal): -78283 or 3526398. OLE color: 3526398.
HSL color Cylindrical-coordinate representation of color #FECE35: hue angle of 45.67º 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 #FECE35 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 53 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.00 |
| HSL | 45.67º | 0.99% | 0.6% | - |
| HSV(B) | 45.67º | 0.79% | 1% | - |
| XYZ | 63.59 | 65.47 | 12.65 | - |
| YUV | 202.91 | 43.4 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 53 | 0 | 0.19 | 0.79 | 0.00 | 45.67 | 0.99 | 0.6 |
| Hex | FE | CE | 35 | 0 | 13 | 4F | 0 | 2E | 63 | 3C |
| Octal | 376 | 316 | 65 | 0 | 23 | 117 | 0 | 56 | 143 | 74 |
| Binary | 11111110 | 11001110 | 110101 | 0 | 10011 | 1001111 | 0 | 101110 | 1100011 | 111100 |
Color Harmonies of #FECE35
Complementary color
Monochromatic Colors of #FECE35
Black with #FECE35
Text Example
Text Example
White with #FECE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE35; }
p { color: rgb(254,206,53); }
H1.HeaderClassName
{
color: #FECE35;
}
.AnyTagClassName
{
color: #FECE35;
}
</style>
background-color css
<style>
a { background-color: #FECE35; }
a { background-color: rgb(254,206,53); }
div.DivClassName
{
background-color: #FECE35;
}
.BgClassName
{
background-color: #FECE35;
}
</style>
border-color css
<style>
span { border-color: #FECE35; }
span { border-color: rgb(254,206,53); }
td.TdClassName
{
border-color: #FECE35;
}
.TagClassName
{
border-color: #FECE35;
}
</style>