Shades of Sunglow #FED340
Tints of Sunglow #FED340
RGB
CMYK
RGB Variations
Color information
#FED340 (or 0xFED340) is known color: Sunglow. HEX triplet: FE, D3 and 40. RGB value is (254,211,64). Sum of RGB (Red+Green+Blue) = 254+211+64=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 64 (25.39% from 255 or 12.10% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FED340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED340 is #012CBF. Grayscale: #CFCFCF. Windows color (decimal): -76992 or 4248574. OLE color: 4248574.
HSL color Cylindrical-coordinate representation of color #FED340: hue angle of 46.42º 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 #FED340 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 64 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.00 |
| HSL | 46.42º | 0.99% | 0.62% | - |
| HSV(B) | 46.42º | 0.75% | 1% | - |
| XYZ | 65.09 | 68.03 | 14.55 | - |
| YUV | 207.1 | 47.25 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 64 | 0 | 0.17 | 0.75 | 0.00 | 46.42 | 0.99 | 0.62 |
| Hex | FE | D3 | 40 | 0 | 11 | 4B | 0 | 2E | 63 | 3E |
| Octal | 376 | 323 | 100 | 0 | 21 | 113 | 0 | 56 | 143 | 76 |
| Binary | 11111110 | 11010011 | 1000000 | 0 | 10001 | 1001011 | 0 | 101110 | 1100011 | 111110 |
Color Harmonies of #FED340
Complementary color
Monochromatic Colors of #FED340
Black with #FED340
Text Example
Text Example
White with #FED340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED340; }
p { color: rgb(254,211,64); }
H1.HeaderClassName
{
color: #FED340;
}
.AnyTagClassName
{
color: #FED340;
}
</style>
background-color css
<style>
a { background-color: #FED340; }
a { background-color: rgb(254,211,64); }
div.DivClassName
{
background-color: #FED340;
}
.BgClassName
{
background-color: #FED340;
}
</style>
border-color css
<style>
span { border-color: #FED340; }
span { border-color: rgb(254,211,64); }
td.TdClassName
{
border-color: #FED340;
}
.TagClassName
{
border-color: #FED340;
}
</style>