Shades of Sunglow #FECE3F
Tints of Sunglow #FECE3F
RGB
CMYK
RGB Variations
Color information
#FECE3F (or 0xFECE3F) is known color: Sunglow. HEX triplet: FE, CE and 3F. RGB value is (254,206,63). Sum of RGB (Red+Green+Blue) = 254+206+63=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 63 (25% from 255 or 12.05% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE3F is #0131C0. Grayscale: #CCCCCC. Windows color (decimal): -78273 or 4181758. OLE color: 4181758.
HSL color Cylindrical-coordinate representation of color #FECE3F: hue angle of 44.92º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FECE3F is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 63 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.00 |
| HSL | 44.92º | 0.99% | 0.62% | - |
| HSV(B) | 44.92º | 0.75% | 1% | - |
| XYZ | 63.84 | 65.57 | 13.99 | - |
| YUV | 204.05 | 48.4 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 63 | 0 | 0.19 | 0.75 | 0.00 | 44.92 | 0.99 | 0.62 |
| Hex | FE | CE | 3F | 0 | 13 | 4B | 0 | 2D | 63 | 3E |
| Octal | 376 | 316 | 77 | 0 | 23 | 113 | 0 | 55 | 143 | 76 |
| Binary | 11111110 | 11001110 | 111111 | 0 | 10011 | 1001011 | 0 | 101101 | 1100011 | 111110 |
Color Harmonies of #FECE3F
Complementary color
Monochromatic Colors of #FECE3F
Black with #FECE3F
Text Example
Text Example
White with #FECE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE3F; }
p { color: rgb(254,206,63); }
H1.HeaderClassName
{
color: #FECE3F;
}
.AnyTagClassName
{
color: #FECE3F;
}
</style>
background-color css
<style>
a { background-color: #FECE3F; }
a { background-color: rgb(254,206,63); }
div.DivClassName
{
background-color: #FECE3F;
}
.BgClassName
{
background-color: #FECE3F;
}
</style>
border-color css
<style>
span { border-color: #FECE3F; }
span { border-color: rgb(254,206,63); }
td.TdClassName
{
border-color: #FECE3F;
}
.TagClassName
{
border-color: #FECE3F;
}
</style>