Shades of Sunglow #FEC63C
Tints of Sunglow #FEC63C
RGB
CMYK
RGB Variations
Color information
#FEC63C (or 0xFEC63C) is known color: Sunglow. HEX triplet: FE, C6 and 3C. RGB value is (254,198,60). Sum of RGB (Red+Green+Blue) = 254+198+60=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 60 (23.83% from 255 or 11.72% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC63C is #0139C3. Grayscale: #C7C7C7. Windows color (decimal): -80324 or 3983102. OLE color: 3983102.
HSL color Cylindrical-coordinate representation of color #FEC63C: hue angle of 42.68º 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 #FEC63C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 60 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.00 |
| HSL | 42.68º | 0.99% | 0.62% | - |
| HSV(B) | 42.68º | 0.76% | 1% | - |
| XYZ | 61.88 | 61.79 | 12.94 | - |
| YUV | 199.01 | 49.55 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 60 | 0 | 0.22 | 0.76 | 0.00 | 42.68 | 0.99 | 0.62 |
| Hex | FE | C6 | 3C | 0 | 16 | 4C | 0 | 2B | 63 | 3E |
| Octal | 376 | 306 | 74 | 0 | 26 | 114 | 0 | 53 | 143 | 76 |
| Binary | 11111110 | 11000110 | 111100 | 0 | 10110 | 1001100 | 0 | 101011 | 1100011 | 111110 |
Color Harmonies of #FEC63C
Complementary color
Monochromatic Colors of #FEC63C
Black with #FEC63C
Text Example
Text Example
White with #FEC63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC63C; }
p { color: rgb(254,198,60); }
H1.HeaderClassName
{
color: #FEC63C;
}
.AnyTagClassName
{
color: #FEC63C;
}
</style>
background-color css
<style>
a { background-color: #FEC63C; }
a { background-color: rgb(254,198,60); }
div.DivClassName
{
background-color: #FEC63C;
}
.BgClassName
{
background-color: #FEC63C;
}
</style>
border-color css
<style>
span { border-color: #FEC63C; }
span { border-color: rgb(254,198,60); }
td.TdClassName
{
border-color: #FEC63C;
}
.TagClassName
{
border-color: #FEC63C;
}
</style>