Shades of Sunglow #FED03D
Tints of Sunglow #FED03D
RGB
CMYK
RGB Variations
Color information
#FED03D (or 0xFED03D) is known color: Sunglow. HEX triplet: FE, D0 and 3D. RGB value is (254,208,61). Sum of RGB (Red+Green+Blue) = 254+208+61=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 61 (24.22% from 255 or 11.66% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FED03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED03D is #012FC2. Grayscale: #CDCDCD. Windows color (decimal): -77763 or 4051198. OLE color: 4051198.
HSL color Cylindrical-coordinate representation of color #FED03D: hue angle of 45.7º 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 #FED03D is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 61 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.00 |
| HSL | 45.7º | 0.99% | 0.62% | - |
| HSV(B) | 45.7º | 0.76% | 1% | - |
| XYZ | 64.27 | 66.52 | 13.87 | - |
| YUV | 205 | 46.74 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 61 | 0 | 0.18 | 0.76 | 0.00 | 45.7 | 0.99 | 0.62 |
| Hex | FE | D0 | 3D | 0 | 12 | 4C | 0 | 2E | 63 | 3E |
| Octal | 376 | 320 | 75 | 0 | 22 | 114 | 0 | 56 | 143 | 76 |
| Binary | 11111110 | 11010000 | 111101 | 0 | 10010 | 1001100 | 0 | 101110 | 1100011 | 111110 |
Color Harmonies of #FED03D
Complementary color
Monochromatic Colors of #FED03D
Black with #FED03D
Text Example
Text Example
White with #FED03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED03D; }
p { color: rgb(254,208,61); }
H1.HeaderClassName
{
color: #FED03D;
}
.AnyTagClassName
{
color: #FED03D;
}
</style>
background-color css
<style>
a { background-color: #FED03D; }
a { background-color: rgb(254,208,61); }
div.DivClassName
{
background-color: #FED03D;
}
.BgClassName
{
background-color: #FED03D;
}
</style>
border-color css
<style>
span { border-color: #FED03D; }
span { border-color: rgb(254,208,61); }
td.TdClassName
{
border-color: #FED03D;
}
.TagClassName
{
border-color: #FED03D;
}
</style>