Shades of Sunglow #FEC72F
Tints of Sunglow #FEC72F
RGB
CMYK
RGB Variations
Color information
#FEC72F (or 0xFEC72F) is known color: Sunglow. HEX triplet: FE, C7 and 2F. RGB value is (254,199,47). Sum of RGB (Red+Green+Blue) = 254+199+47=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 47 (18.75% from 255 or 9.4% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC72F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC72F is #0138D0. Grayscale: #C6C6C6. Windows color (decimal): -80081 or 3131390. OLE color: 3131390.
HSL color Cylindrical-coordinate representation of color #FEC72F: hue angle of 44.06º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEC72F is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 47 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.00 |
| HSL | 44.06º | 0.99% | 0.59% | - |
| HSV(B) | 44.06º | 0.81% | 1% | - |
| XYZ | 61.81 | 62.12 | 11.42 | - |
| YUV | 198.12 | 42.72 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 47 | 0 | 0.22 | 0.81 | 0.00 | 44.06 | 0.99 | 0.59 |
| Hex | FE | C7 | 2F | 0 | 16 | 51 | 0 | 2C | 63 | 3B |
| Octal | 376 | 307 | 57 | 0 | 26 | 121 | 0 | 54 | 143 | 73 |
| Binary | 11111110 | 11000111 | 101111 | 0 | 10110 | 1010001 | 0 | 101100 | 1100011 | 111011 |
Color Harmonies of #FEC72F
Complementary color
Monochromatic Colors of #FEC72F
Black with #FEC72F
Text Example
Text Example
White with #FEC72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC72F; }
p { color: rgb(254,199,47); }
H1.HeaderClassName
{
color: #FEC72F;
}
.AnyTagClassName
{
color: #FEC72F;
}
</style>
background-color css
<style>
a { background-color: #FEC72F; }
a { background-color: rgb(254,199,47); }
div.DivClassName
{
background-color: #FEC72F;
}
.BgClassName
{
background-color: #FEC72F;
}
</style>
border-color css
<style>
span { border-color: #FEC72F; }
span { border-color: rgb(254,199,47); }
td.TdClassName
{
border-color: #FEC72F;
}
.TagClassName
{
border-color: #FEC72F;
}
</style>