Shades of Sunglow #FECE3D
Tints of Sunglow #FECE3D
RGB
CMYK
RGB Variations
Color information
#FECE3D (or 0xFECE3D) is known color: Sunglow. HEX triplet: FE, CE and 3D. RGB value is (254,206,61). Sum of RGB (Red+Green+Blue) = 254+206+61=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE3D is #0131C2. Grayscale: #CCCCCC. Windows color (decimal): -78275 or 4050686. OLE color: 4050686.
HSL color Cylindrical-coordinate representation of color #FECE3D: hue angle of 45.08º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FECE3D is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 61 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.00 |
| HSL | 45.08º | 0.99% | 0.62% | - |
| HSV(B) | 45.08º | 0.76% | 1% | - |
| XYZ | 63.79 | 65.55 | 13.71 | - |
| YUV | 203.82 | 47.4 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 61 | 0 | 0.19 | 0.76 | 0.00 | 45.08 | 0.99 | 0.62 |
| Hex | FE | CE | 3D | 0 | 13 | 4C | 0 | 2D | 63 | 3E |
| Octal | 376 | 316 | 75 | 0 | 23 | 114 | 0 | 55 | 143 | 76 |
| Binary | 11111110 | 11001110 | 111101 | 0 | 10011 | 1001100 | 0 | 101101 | 1100011 | 111110 |
Color Harmonies of #FECE3D
Complementary color
Monochromatic Colors of #FECE3D
Black with #FECE3D
Text Example
Text Example
White with #FECE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE3D; }
p { color: rgb(254,206,61); }
H1.HeaderClassName
{
color: #FECE3D;
}
.AnyTagClassName
{
color: #FECE3D;
}
</style>
background-color css
<style>
a { background-color: #FECE3D; }
a { background-color: rgb(254,206,61); }
div.DivClassName
{
background-color: #FECE3D;
}
.BgClassName
{
background-color: #FECE3D;
}
</style>
border-color css
<style>
span { border-color: #FECE3D; }
span { border-color: rgb(254,206,61); }
td.TdClassName
{
border-color: #FECE3D;
}
.TagClassName
{
border-color: #FECE3D;
}
</style>