Shades of Sunglow #FED437
Tints of Sunglow #FED437
RGB
CMYK
RGB Variations
Color information
#FED437 (or 0xFED437) is known color: Sunglow. HEX triplet: FE, D4 and 37. RGB value is (254,212,55). Sum of RGB (Red+Green+Blue) = 254+212+55=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 55 (21.88% from 255 or 10.56% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FED437 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED437 is #012BC8. Grayscale: #CFCFCF. Windows color (decimal): -76745 or 3659006. OLE color: 3659006.
HSL color Cylindrical-coordinate representation of color #FED437: hue angle of 47.34º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FED437 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 55 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.00 |
| HSL | 47.34º | 0.99% | 0.61% | - |
| HSV(B) | 47.34º | 0.78% | 1% | - |
| XYZ | 65.11 | 68.43 | 13.39 | - |
| YUV | 206.66 | 42.41 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 55 | 0 | 0.17 | 0.78 | 0.00 | 47.34 | 0.99 | 0.61 |
| Hex | FE | D4 | 37 | 0 | 11 | 4E | 0 | 2F | 63 | 3D |
| Octal | 376 | 324 | 67 | 0 | 21 | 116 | 0 | 57 | 143 | 75 |
| Binary | 11111110 | 11010100 | 110111 | 0 | 10001 | 1001110 | 0 | 101111 | 1100011 | 111101 |
Color Harmonies of #FED437
Complementary color
Monochromatic Colors of #FED437
Black with #FED437
Text Example
Text Example
White with #FED437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED437; }
p { color: rgb(254,212,55); }
H1.HeaderClassName
{
color: #FED437;
}
.AnyTagClassName
{
color: #FED437;
}
</style>
background-color css
<style>
a { background-color: #FED437; }
a { background-color: rgb(254,212,55); }
div.DivClassName
{
background-color: #FED437;
}
.BgClassName
{
background-color: #FED437;
}
</style>
border-color css
<style>
span { border-color: #FED437; }
span { border-color: rgb(254,212,55); }
td.TdClassName
{
border-color: #FED437;
}
.TagClassName
{
border-color: #FED437;
}
</style>