Shades of Sunglow #FED72C
Tints of Sunglow #FED72C
RGB
CMYK
RGB Variations
Color information
#FED72C (or 0xFED72C) is known color: Sunglow. HEX triplet: FE, D7 and 2C. RGB value is (254,215,44). Sum of RGB (Red+Green+Blue) = 254+215+44=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 44 (17.58% from 255 or 8.58% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FED72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED72C is #0128D3. Grayscale: #CFCFCF. Windows color (decimal): -75988 or 2938878. OLE color: 2938878.
HSL color Cylindrical-coordinate representation of color #FED72C: hue angle of 48.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FED72C is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 44 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.00 |
| HSL | 48.86º | 0.99% | 0.58% | - |
| HSV(B) | 48.86º | 0.83% | 1% | - |
| XYZ | 65.63 | 69.85 | 12.41 | - |
| YUV | 207.17 | 35.92 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 44 | 0 | 0.15 | 0.83 | 0.00 | 48.86 | 0.99 | 0.58 |
| Hex | FE | D7 | 2C | 0 | F | 53 | 0 | 31 | 63 | 3A |
| Octal | 376 | 327 | 54 | 0 | 17 | 123 | 0 | 61 | 143 | 72 |
| Binary | 11111110 | 11010111 | 101100 | 0 | 1111 | 1010011 | 0 | 110001 | 1100011 | 111010 |
Color Harmonies of #FED72C
Complementary color
Monochromatic Colors of #FED72C
Black with #FED72C
Text Example
Text Example
White with #FED72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED72C; }
p { color: rgb(254,215,44); }
H1.HeaderClassName
{
color: #FED72C;
}
.AnyTagClassName
{
color: #FED72C;
}
</style>
background-color css
<style>
a { background-color: #FED72C; }
a { background-color: rgb(254,215,44); }
div.DivClassName
{
background-color: #FED72C;
}
.BgClassName
{
background-color: #FED72C;
}
</style>
border-color css
<style>
span { border-color: #FED72C; }
span { border-color: rgb(254,215,44); }
td.TdClassName
{
border-color: #FED72C;
}
.TagClassName
{
border-color: #FED72C;
}
</style>