Shades of Sunglow #FED52D
Tints of Sunglow #FED52D
RGB
CMYK
RGB Variations
Color information
#FED52D (or 0xFED52D) is known color: Sunglow. HEX triplet: FE, D5 and 2D. RGB value is (254,213,45). Sum of RGB (Red+Green+Blue) = 254+213+45=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 45 (17.97% from 255 or 8.79% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FED52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED52D is #012AD2. Grayscale: #CECECE. Windows color (decimal): -76499 or 3003902. OLE color: 3003902.
HSL color Cylindrical-coordinate representation of color #FED52D: hue angle of 48.23º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FED52D is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 45 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.00 |
| HSL | 48.23º | 0.99% | 0.59% | - |
| HSV(B) | 48.23º | 0.82% | 1% | - |
| XYZ | 65.14 | 68.85 | 12.34 | - |
| YUV | 206.11 | 37.08 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 45 | 0 | 0.16 | 0.82 | 0.00 | 48.23 | 0.99 | 0.59 |
| Hex | FE | D5 | 2D | 0 | 10 | 52 | 0 | 30 | 63 | 3B |
| Octal | 376 | 325 | 55 | 0 | 20 | 122 | 0 | 60 | 143 | 73 |
| Binary | 11111110 | 11010101 | 101101 | 0 | 10000 | 1010010 | 0 | 110000 | 1100011 | 111011 |
Color Harmonies of #FED52D
Complementary color
Monochromatic Colors of #FED52D
Black with #FED52D
Text Example
Text Example
White with #FED52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED52D; }
p { color: rgb(254,213,45); }
H1.HeaderClassName
{
color: #FED52D;
}
.AnyTagClassName
{
color: #FED52D;
}
</style>
background-color css
<style>
a { background-color: #FED52D; }
a { background-color: rgb(254,213,45); }
div.DivClassName
{
background-color: #FED52D;
}
.BgClassName
{
background-color: #FED52D;
}
</style>
border-color css
<style>
span { border-color: #FED52D; }
span { border-color: rgb(254,213,45); }
td.TdClassName
{
border-color: #FED52D;
}
.TagClassName
{
border-color: #FED52D;
}
</style>