Shades of Sunglow #FEC72D
Tints of Sunglow #FEC72D
RGB
CMYK
RGB Variations
Color information
#FEC72D (or 0xFEC72D) is known color: Sunglow. HEX triplet: FE, C7 and 2D. RGB value is (254,199,45). Sum of RGB (Red+Green+Blue) = 254+199+45=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 45 (17.97% from 255 or 9.04% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC72D is #0138D2. Grayscale: #C6C6C6. Windows color (decimal): -80083 or 3000318. OLE color: 3000318.
HSL color Cylindrical-coordinate representation of color #FEC72D: hue angle of 44.21º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEC72D is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 45 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.00 |
| HSL | 44.21º | 0.99% | 0.59% | - |
| HSV(B) | 44.21º | 0.82% | 1% | - |
| XYZ | 61.77 | 62.11 | 11.21 | - |
| YUV | 197.89 | 41.72 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 45 | 0 | 0.22 | 0.82 | 0.00 | 44.21 | 0.99 | 0.59 |
| Hex | FE | C7 | 2D | 0 | 16 | 52 | 0 | 2C | 63 | 3B |
| Octal | 376 | 307 | 55 | 0 | 26 | 122 | 0 | 54 | 143 | 73 |
| Binary | 11111110 | 11000111 | 101101 | 0 | 10110 | 1010010 | 0 | 101100 | 1100011 | 111011 |
Color Harmonies of #FEC72D
Complementary color
Monochromatic Colors of #FEC72D
Black with #FEC72D
Text Example
Text Example
White with #FEC72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC72D; }
p { color: rgb(254,199,45); }
H1.HeaderClassName
{
color: #FEC72D;
}
.AnyTagClassName
{
color: #FEC72D;
}
</style>
background-color css
<style>
a { background-color: #FEC72D; }
a { background-color: rgb(254,199,45); }
div.DivClassName
{
background-color: #FEC72D;
}
.BgClassName
{
background-color: #FEC72D;
}
</style>
border-color css
<style>
span { border-color: #FEC72D; }
span { border-color: rgb(254,199,45); }
td.TdClassName
{
border-color: #FEC72D;
}
.TagClassName
{
border-color: #FEC72D;
}
</style>