Shades of Sunglow #FED03B
Tints of Sunglow #FED03B
RGB
CMYK
RGB Variations
Color information
#FED03B (or 0xFED03B) is known color: Sunglow. HEX triplet: FE, D0 and 3B. RGB value is (254,208,59). Sum of RGB (Red+Green+Blue) = 254+208+59=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 59 (23.44% from 255 or 11.32% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FED03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED03B is #012FC4. Grayscale: #CDCDCD. Windows color (decimal): -77765 or 3920126. OLE color: 3920126.
HSL color Cylindrical-coordinate representation of color #FED03B: hue angle of 45.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FED03B is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 59 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.00 |
| HSL | 45.85º | 0.99% | 0.61% | - |
| HSV(B) | 45.85º | 0.77% | 1% | - |
| XYZ | 64.22 | 66.5 | 13.59 | - |
| YUV | 204.77 | 45.74 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 59 | 0 | 0.18 | 0.77 | 0.00 | 45.85 | 0.99 | 0.61 |
| Hex | FE | D0 | 3B | 0 | 12 | 4D | 0 | 2E | 63 | 3D |
| Octal | 376 | 320 | 73 | 0 | 22 | 115 | 0 | 56 | 143 | 75 |
| Binary | 11111110 | 11010000 | 111011 | 0 | 10010 | 1001101 | 0 | 101110 | 1100011 | 111101 |
Color Harmonies of #FED03B
Complementary color
Monochromatic Colors of #FED03B
Black with #FED03B
Text Example
Text Example
White with #FED03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED03B; }
p { color: rgb(254,208,59); }
H1.HeaderClassName
{
color: #FED03B;
}
.AnyTagClassName
{
color: #FED03B;
}
</style>
background-color css
<style>
a { background-color: #FED03B; }
a { background-color: rgb(254,208,59); }
div.DivClassName
{
background-color: #FED03B;
}
.BgClassName
{
background-color: #FED03B;
}
</style>
border-color css
<style>
span { border-color: #FED03B; }
span { border-color: rgb(254,208,59); }
td.TdClassName
{
border-color: #FED03B;
}
.TagClassName
{
border-color: #FED03B;
}
</style>