Shades of Sunglow #FED13D
Tints of Sunglow #FED13D
RGB
CMYK
RGB Variations
Color information
#FED13D (or 0xFED13D) is known color: Sunglow. HEX triplet: FE, D1 and 3D. RGB value is (254,209,61). Sum of RGB (Red+Green+Blue) = 254+209+61=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 61 (24.22% from 255 or 11.64% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FED13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED13D is #012EC2. Grayscale: #CECECE. Windows color (decimal): -77507 or 4051454. OLE color: 4051454.
HSL color Cylindrical-coordinate representation of color #FED13D: hue angle of 46.01º 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 #FED13D is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 61 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.00 |
| HSL | 46.01º | 0.99% | 0.62% | - |
| HSV(B) | 46.01º | 0.76% | 1% | - |
| XYZ | 64.52 | 67.01 | 13.95 | - |
| YUV | 205.58 | 46.41 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 61 | 0 | 0.18 | 0.76 | 0.00 | 46.01 | 0.99 | 0.62 |
| Hex | FE | D1 | 3D | 0 | 12 | 4C | 0 | 2E | 63 | 3E |
| Octal | 376 | 321 | 75 | 0 | 22 | 114 | 0 | 56 | 143 | 76 |
| Binary | 11111110 | 11010001 | 111101 | 0 | 10010 | 1001100 | 0 | 101110 | 1100011 | 111110 |
Color Harmonies of #FED13D
Complementary color
Monochromatic Colors of #FED13D
Black with #FED13D
Text Example
Text Example
White with #FED13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED13D; }
p { color: rgb(254,209,61); }
H1.HeaderClassName
{
color: #FED13D;
}
.AnyTagClassName
{
color: #FED13D;
}
</style>
background-color css
<style>
a { background-color: #FED13D; }
a { background-color: rgb(254,209,61); }
div.DivClassName
{
background-color: #FED13D;
}
.BgClassName
{
background-color: #FED13D;
}
</style>
border-color css
<style>
span { border-color: #FED13D; }
span { border-color: rgb(254,209,61); }
td.TdClassName
{
border-color: #FED13D;
}
.TagClassName
{
border-color: #FED13D;
}
</style>