Shades of Sunglow #FED440
Tints of Sunglow #FED440
RGB
CMYK
RGB Variations
Color information
#FED440 (or 0xFED440) is known color: Sunglow. HEX triplet: FE, D4 and 40. RGB value is (254,212,64). Sum of RGB (Red+Green+Blue) = 254+212+64=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 64 (25.39% from 255 or 12.08% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FED440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED440 is #012BBF. Grayscale: #D0D0D0. Windows color (decimal): -76736 or 4248830. OLE color: 4248830.
HSL color Cylindrical-coordinate representation of color #FED440: hue angle of 46.74º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FED440 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 64 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.00 |
| HSL | 46.74º | 0.99% | 0.62% | - |
| HSV(B) | 46.74º | 0.75% | 1% | - |
| XYZ | 65.34 | 68.53 | 14.63 | - |
| YUV | 207.69 | 46.91 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 64 | 0 | 0.17 | 0.75 | 0.00 | 46.74 | 0.99 | 0.62 |
| Hex | FE | D4 | 40 | 0 | 11 | 4B | 0 | 2F | 63 | 3E |
| Octal | 376 | 324 | 100 | 0 | 21 | 113 | 0 | 57 | 143 | 76 |
| Binary | 11111110 | 11010100 | 1000000 | 0 | 10001 | 1001011 | 0 | 101111 | 1100011 | 111110 |
Color Harmonies of #FED440
Complementary color
Monochromatic Colors of #FED440
Black with #FED440
Text Example
Text Example
White with #FED440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED440; }
p { color: rgb(254,212,64); }
H1.HeaderClassName
{
color: #FED440;
}
.AnyTagClassName
{
color: #FED440;
}
</style>
background-color css
<style>
a { background-color: #FED440; }
a { background-color: rgb(254,212,64); }
div.DivClassName
{
background-color: #FED440;
}
.BgClassName
{
background-color: #FED440;
}
</style>
border-color css
<style>
span { border-color: #FED440; }
span { border-color: rgb(254,212,64); }
td.TdClassName
{
border-color: #FED440;
}
.TagClassName
{
border-color: #FED440;
}
</style>