Shades of Sunglow #FED53C
Tints of Sunglow #FED53C
RGB
CMYK
RGB Variations
Color information
#FED53C (or 0xFED53C) is known color: Sunglow. HEX triplet: FE, D5 and 3C. RGB value is (254,213,60). Sum of RGB (Red+Green+Blue) = 254+213+60=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 60 (23.83% from 255 or 11.39% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FED53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED53C is #012AC3. Grayscale: #D0D0D0. Windows color (decimal): -76484 or 3986942. OLE color: 3986942.
HSL color Cylindrical-coordinate representation of color #FED53C: hue angle of 47.32º 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 #FED53C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 60 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.00 |
| HSL | 47.32º | 0.99% | 0.62% | - |
| HSV(B) | 47.32º | 0.76% | 1% | - |
| XYZ | 65.48 | 68.99 | 14.14 | - |
| YUV | 207.82 | 44.58 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 60 | 0 | 0.16 | 0.76 | 0.00 | 47.32 | 0.99 | 0.62 |
| Hex | FE | D5 | 3C | 0 | 10 | 4C | 0 | 2F | 63 | 3E |
| Octal | 376 | 325 | 74 | 0 | 20 | 114 | 0 | 57 | 143 | 76 |
| Binary | 11111110 | 11010101 | 111100 | 0 | 10000 | 1001100 | 0 | 101111 | 1100011 | 111110 |
Color Harmonies of #FED53C
Complementary color
Monochromatic Colors of #FED53C
Black with #FED53C
Text Example
Text Example
White with #FED53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED53C; }
p { color: rgb(254,213,60); }
H1.HeaderClassName
{
color: #FED53C;
}
.AnyTagClassName
{
color: #FED53C;
}
</style>
background-color css
<style>
a { background-color: #FED53C; }
a { background-color: rgb(254,213,60); }
div.DivClassName
{
background-color: #FED53C;
}
.BgClassName
{
background-color: #FED53C;
}
</style>
border-color css
<style>
span { border-color: #FED53C; }
span { border-color: rgb(254,213,60); }
td.TdClassName
{
border-color: #FED53C;
}
.TagClassName
{
border-color: #FED53C;
}
</style>