Shades of Sunglow #FED43E
Tints of Sunglow #FED43E
RGB
CMYK
RGB Variations
Color information
#FED43E (or 0xFED43E) is known color: Sunglow. HEX triplet: FE, D4 and 3E. RGB value is (254,212,62). Sum of RGB (Red+Green+Blue) = 254+212+62=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 62 (24.61% from 255 or 11.74% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FED43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED43E is #012BC1. Grayscale: #D0D0D0. Windows color (decimal): -76738 or 4117758. OLE color: 4117758.
HSL color Cylindrical-coordinate representation of color #FED43E: hue angle of 46.88º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FED43E is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 62 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.00 |
| HSL | 46.88º | 0.99% | 0.62% | - |
| HSV(B) | 46.88º | 0.76% | 1% | - |
| XYZ | 65.29 | 68.51 | 14.34 | - |
| YUV | 207.46 | 45.91 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 62 | 0 | 0.17 | 0.76 | 0.00 | 46.88 | 0.99 | 0.62 |
| Hex | FE | D4 | 3E | 0 | 11 | 4C | 0 | 2F | 63 | 3E |
| Octal | 376 | 324 | 76 | 0 | 21 | 114 | 0 | 57 | 143 | 76 |
| Binary | 11111110 | 11010100 | 111110 | 0 | 10001 | 1001100 | 0 | 101111 | 1100011 | 111110 |
Color Harmonies of #FED43E
Complementary color
Monochromatic Colors of #FED43E
Black with #FED43E
Text Example
Text Example
White with #FED43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED43E; }
p { color: rgb(254,212,62); }
H1.HeaderClassName
{
color: #FED43E;
}
.AnyTagClassName
{
color: #FED43E;
}
</style>
background-color css
<style>
a { background-color: #FED43E; }
a { background-color: rgb(254,212,62); }
div.DivClassName
{
background-color: #FED43E;
}
.BgClassName
{
background-color: #FED43E;
}
</style>
border-color css
<style>
span { border-color: #FED43E; }
span { border-color: rgb(254,212,62); }
td.TdClassName
{
border-color: #FED43E;
}
.TagClassName
{
border-color: #FED43E;
}
</style>