Shades of Sunglow #FED13B
Tints of Sunglow #FED13B
RGB
CMYK
RGB Variations
Color information
#FED13B (or 0xFED13B) is known color: Sunglow. HEX triplet: FE, D1 and 3B. RGB value is (254,209,59). Sum of RGB (Red+Green+Blue) = 254+209+59=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 59 (23.44% from 255 or 11.30% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FED13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED13B is #012EC4. Grayscale: #CECECE. Windows color (decimal): -77509 or 3920382. OLE color: 3920382.
HSL color Cylindrical-coordinate representation of color #FED13B: hue angle of 46.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FED13B is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 59 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.00 |
| HSL | 46.15º | 0.99% | 0.61% | - |
| HSV(B) | 46.15º | 0.77% | 1% | - |
| XYZ | 64.46 | 66.99 | 13.67 | - |
| YUV | 205.36 | 45.41 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 59 | 0 | 0.18 | 0.77 | 0.00 | 46.15 | 0.99 | 0.61 |
| Hex | FE | D1 | 3B | 0 | 12 | 4D | 0 | 2E | 63 | 3D |
| Octal | 376 | 321 | 73 | 0 | 22 | 115 | 0 | 56 | 143 | 75 |
| Binary | 11111110 | 11010001 | 111011 | 0 | 10010 | 1001101 | 0 | 101110 | 1100011 | 111101 |
Color Harmonies of #FED13B
Complementary color
Monochromatic Colors of #FED13B
Black with #FED13B
Text Example
Text Example
White with #FED13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED13B; }
p { color: rgb(254,209,59); }
H1.HeaderClassName
{
color: #FED13B;
}
.AnyTagClassName
{
color: #FED13B;
}
</style>
background-color css
<style>
a { background-color: #FED13B; }
a { background-color: rgb(254,209,59); }
div.DivClassName
{
background-color: #FED13B;
}
.BgClassName
{
background-color: #FED13B;
}
</style>
border-color css
<style>
span { border-color: #FED13B; }
span { border-color: rgb(254,209,59); }
td.TdClassName
{
border-color: #FED13B;
}
.TagClassName
{
border-color: #FED13B;
}
</style>