Shades of Sunglow #FED53D
Tints of Sunglow #FED53D
RGB
CMYK
RGB Variations
Color information
#FED53D (or 0xFED53D) is known color: Sunglow. HEX triplet: FE, D5 and 3D. RGB value is (254,213,61). Sum of RGB (Red+Green+Blue) = 254+213+61=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 61 (24.22% from 255 or 11.55% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FED53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED53D is #012AC2. Grayscale: #D0D0D0. Windows color (decimal): -76483 or 4052478. OLE color: 4052478.
HSL color Cylindrical-coordinate representation of color #FED53D: hue angle of 47.25º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FED53D is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 61 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.00 |
| HSL | 47.25º | 0.99% | 0.62% | - |
| HSV(B) | 47.25º | 0.76% | 1% | - |
| XYZ | 65.51 | 69 | 14.28 | - |
| YUV | 207.93 | 45.08 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 61 | 0 | 0.16 | 0.76 | 0.00 | 47.25 | 0.99 | 0.62 |
| Hex | FE | D5 | 3D | 0 | 10 | 4C | 0 | 2F | 63 | 3E |
| Octal | 376 | 325 | 75 | 0 | 20 | 114 | 0 | 57 | 143 | 76 |
| Binary | 11111110 | 11010101 | 111101 | 0 | 10000 | 1001100 | 0 | 101111 | 1100011 | 111110 |
Color Harmonies of #FED53D
Complementary color
Monochromatic Colors of #FED53D
Black with #FED53D
Text Example
Text Example
White with #FED53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED53D; }
p { color: rgb(254,213,61); }
H1.HeaderClassName
{
color: #FED53D;
}
.AnyTagClassName
{
color: #FED53D;
}
</style>
background-color css
<style>
a { background-color: #FED53D; }
a { background-color: rgb(254,213,61); }
div.DivClassName
{
background-color: #FED53D;
}
.BgClassName
{
background-color: #FED53D;
}
</style>
border-color css
<style>
span { border-color: #FED53D; }
span { border-color: rgb(254,213,61); }
td.TdClassName
{
border-color: #FED53D;
}
.TagClassName
{
border-color: #FED53D;
}
</style>