Shades of Sunglow #FED72E
Tints of Sunglow #FED72E
RGB
CMYK
RGB Variations
Color information
#FED72E (or 0xFED72E) is known color: Sunglow. HEX triplet: FE, D7 and 2E. RGB value is (254,215,46). Sum of RGB (Red+Green+Blue) = 254+215+46=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 46 (18.36% from 255 or 8.93% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FED72E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED72E is #0128D1. Grayscale: #D0D0D0. Windows color (decimal): -75986 or 3069950. OLE color: 3069950.
HSL color Cylindrical-coordinate representation of color #FED72E: hue angle of 48.75º 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 #FED72E is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 46 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.00 |
| HSL | 48.75º | 0.99% | 0.59% | - |
| HSV(B) | 48.75º | 0.82% | 1% | - |
| XYZ | 65.67 | 69.87 | 12.61 | - |
| YUV | 207.4 | 36.92 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 46 | 0 | 0.15 | 0.82 | 0.00 | 48.75 | 0.99 | 0.59 |
| Hex | FE | D7 | 2E | 0 | F | 52 | 0 | 31 | 63 | 3B |
| Octal | 376 | 327 | 56 | 0 | 17 | 122 | 0 | 61 | 143 | 73 |
| Binary | 11111110 | 11010111 | 101110 | 0 | 1111 | 1010010 | 0 | 110001 | 1100011 | 111011 |
Color Harmonies of #FED72E
Complementary color
Monochromatic Colors of #FED72E
Black with #FED72E
Text Example
Text Example
White with #FED72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED72E; }
p { color: rgb(254,215,46); }
H1.HeaderClassName
{
color: #FED72E;
}
.AnyTagClassName
{
color: #FED72E;
}
</style>
background-color css
<style>
a { background-color: #FED72E; }
a { background-color: rgb(254,215,46); }
div.DivClassName
{
background-color: #FED72E;
}
.BgClassName
{
background-color: #FED72E;
}
</style>
border-color css
<style>
span { border-color: #FED72E; }
span { border-color: rgb(254,215,46); }
td.TdClassName
{
border-color: #FED72E;
}
.TagClassName
{
border-color: #FED72E;
}
</style>