Shades of Sunglow #FED43A
Tints of Sunglow #FED43A
RGB
CMYK
RGB Variations
Color information
#FED43A (or 0xFED43A) is known color: Sunglow. HEX triplet: FE, D4 and 3A. RGB value is (254,212,58). Sum of RGB (Red+Green+Blue) = 254+212+58=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 58 (23.05% from 255 or 11.07% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FED43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED43A is #012BC5. Grayscale: #CFCFCF. Windows color (decimal): -76742 or 3855614. OLE color: 3855614.
HSL color Cylindrical-coordinate representation of color #FED43A: hue angle of 47.14º 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 #FED43A is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 58 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.00 |
| HSL | 47.14º | 0.99% | 0.61% | - |
| HSV(B) | 47.14º | 0.77% | 1% | - |
| XYZ | 65.18 | 68.46 | 13.78 | - |
| YUV | 207 | 43.91 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 58 | 0 | 0.17 | 0.77 | 0.00 | 47.14 | 0.99 | 0.61 |
| Hex | FE | D4 | 3A | 0 | 11 | 4D | 0 | 2F | 63 | 3D |
| Octal | 376 | 324 | 72 | 0 | 21 | 115 | 0 | 57 | 143 | 75 |
| Binary | 11111110 | 11010100 | 111010 | 0 | 10001 | 1001101 | 0 | 101111 | 1100011 | 111101 |
Color Harmonies of #FED43A
Complementary color
Monochromatic Colors of #FED43A
Black with #FED43A
Text Example
Text Example
White with #FED43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED43A; }
p { color: rgb(254,212,58); }
H1.HeaderClassName
{
color: #FED43A;
}
.AnyTagClassName
{
color: #FED43A;
}
</style>
background-color css
<style>
a { background-color: #FED43A; }
a { background-color: rgb(254,212,58); }
div.DivClassName
{
background-color: #FED43A;
}
.BgClassName
{
background-color: #FED43A;
}
</style>
border-color css
<style>
span { border-color: #FED43A; }
span { border-color: rgb(254,212,58); }
td.TdClassName
{
border-color: #FED43A;
}
.TagClassName
{
border-color: #FED43A;
}
</style>