Shades of Sunglow #FED434
Tints of Sunglow #FED434
RGB
CMYK
RGB Variations
Color information
#FED434 (or 0xFED434) is known color: Sunglow. HEX triplet: FE, D4 and 34. RGB value is (254,212,52). Sum of RGB (Red+Green+Blue) = 254+212+52=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 52 (20.70% from 255 or 10.04% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FED434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED434 is #012BCB. Grayscale: #CFCFCF. Windows color (decimal): -76748 or 3462398. OLE color: 3462398.
HSL color Cylindrical-coordinate representation of color #FED434: hue angle of 47.52º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FED434 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 52 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.00 |
| HSL | 47.52º | 0.99% | 0.6% | - |
| HSV(B) | 47.52º | 0.8% | 1% | - |
| XYZ | 65.04 | 68.41 | 13.02 | - |
| YUV | 206.32 | 40.91 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 52 | 0 | 0.17 | 0.80 | 0.00 | 47.52 | 0.99 | 0.6 |
| Hex | FE | D4 | 34 | 0 | 11 | 50 | 0 | 30 | 63 | 3C |
| Octal | 376 | 324 | 64 | 0 | 21 | 120 | 0 | 60 | 143 | 74 |
| Binary | 11111110 | 11010100 | 110100 | 0 | 10001 | 1010000 | 0 | 110000 | 1100011 | 111100 |
Color Harmonies of #FED434
Complementary color
Monochromatic Colors of #FED434
Black with #FED434
Text Example
Text Example
White with #FED434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED434; }
p { color: rgb(254,212,52); }
H1.HeaderClassName
{
color: #FED434;
}
.AnyTagClassName
{
color: #FED434;
}
</style>
background-color css
<style>
a { background-color: #FED434; }
a { background-color: rgb(254,212,52); }
div.DivClassName
{
background-color: #FED434;
}
.BgClassName
{
background-color: #FED434;
}
</style>
border-color css
<style>
span { border-color: #FED434; }
span { border-color: rgb(254,212,52); }
td.TdClassName
{
border-color: #FED434;
}
.TagClassName
{
border-color: #FED434;
}
</style>