Shades of Sunglow #FEC63D
Tints of Sunglow #FEC63D
RGB
CMYK
RGB Variations
Color information
#FEC63D (or 0xFEC63D) is known color: Sunglow. HEX triplet: FE, C6 and 3D. RGB value is (254,198,61). Sum of RGB (Red+Green+Blue) = 254+198+61=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 61 (24.22% from 255 or 11.89% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC63D is #0139C2. Grayscale: #C7C7C7. Windows color (decimal): -80323 or 4048638. OLE color: 4048638.
HSL color Cylindrical-coordinate representation of color #FEC63D: hue angle of 42.59º 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 #FEC63D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 61 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.00 |
| HSL | 42.59º | 0.99% | 0.62% | - |
| HSV(B) | 42.59º | 0.76% | 1% | - |
| XYZ | 61.91 | 61.8 | 13.08 | - |
| YUV | 199.13 | 50.05 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 61 | 0 | 0.22 | 0.76 | 0.00 | 42.59 | 0.99 | 0.62 |
| Hex | FE | C6 | 3D | 0 | 16 | 4C | 0 | 2B | 63 | 3E |
| Octal | 376 | 306 | 75 | 0 | 26 | 114 | 0 | 53 | 143 | 76 |
| Binary | 11111110 | 11000110 | 111101 | 0 | 10110 | 1001100 | 0 | 101011 | 1100011 | 111110 |
Color Harmonies of #FEC63D
Complementary color
Monochromatic Colors of #FEC63D
Black with #FEC63D
Text Example
Text Example
White with #FEC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC63D; }
p { color: rgb(254,198,61); }
H1.HeaderClassName
{
color: #FEC63D;
}
.AnyTagClassName
{
color: #FEC63D;
}
</style>
background-color css
<style>
a { background-color: #FEC63D; }
a { background-color: rgb(254,198,61); }
div.DivClassName
{
background-color: #FEC63D;
}
.BgClassName
{
background-color: #FEC63D;
}
</style>
border-color css
<style>
span { border-color: #FEC63D; }
span { border-color: rgb(254,198,61); }
td.TdClassName
{
border-color: #FEC63D;
}
.TagClassName
{
border-color: #FEC63D;
}
</style>