Shades of Sunglow #FED73A
Tints of Sunglow #FED73A
RGB
CMYK
RGB Variations
Color information
#FED73A (or 0xFED73A) is known color: Sunglow. HEX triplet: FE, D7 and 3A. RGB value is (254,215,58). Sum of RGB (Red+Green+Blue) = 254+215+58=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 58 (23.05% from 255 or 11.01% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FED73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED73A is #0128C5. Grayscale: #D1D1D1. Windows color (decimal): -75974 or 3856382. OLE color: 3856382.
HSL color Cylindrical-coordinate representation of color #FED73A: hue angle of 48.06º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FED73A is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 58 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.00 |
| HSL | 48.06º | 0.99% | 0.61% | - |
| HSV(B) | 48.06º | 0.77% | 1% | - |
| XYZ | 65.94 | 69.98 | 14.03 | - |
| YUV | 208.76 | 42.92 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 58 | 0 | 0.15 | 0.77 | 0.00 | 48.06 | 0.99 | 0.61 |
| Hex | FE | D7 | 3A | 0 | F | 4D | 0 | 30 | 63 | 3D |
| Octal | 376 | 327 | 72 | 0 | 17 | 115 | 0 | 60 | 143 | 75 |
| Binary | 11111110 | 11010111 | 111010 | 0 | 1111 | 1001101 | 0 | 110000 | 1100011 | 111101 |
Color Harmonies of #FED73A
Complementary color
Monochromatic Colors of #FED73A
Black with #FED73A
Text Example
Text Example
White with #FED73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED73A; }
p { color: rgb(254,215,58); }
H1.HeaderClassName
{
color: #FED73A;
}
.AnyTagClassName
{
color: #FED73A;
}
</style>
background-color css
<style>
a { background-color: #FED73A; }
a { background-color: rgb(254,215,58); }
div.DivClassName
{
background-color: #FED73A;
}
.BgClassName
{
background-color: #FED73A;
}
</style>
border-color css
<style>
span { border-color: #FED73A; }
span { border-color: rgb(254,215,58); }
td.TdClassName
{
border-color: #FED73A;
}
.TagClassName
{
border-color: #FED73A;
}
</style>