Shades of Sunglow #FED02B
Tints of Sunglow #FED02B
RGB
CMYK
RGB Variations
Color information
#FED02B (or 0xFED02B) is known color: Sunglow. HEX triplet: FE, D0 and 2B. RGB value is (254,208,43). Sum of RGB (Red+Green+Blue) = 254+208+43=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 43 (17.19% from 255 or 8.51% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FED02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED02B is #012FD4. Grayscale: #CBCBCB. Windows color (decimal): -77781 or 2871550. OLE color: 2871550.
HSL color Cylindrical-coordinate representation of color #FED02B: hue angle of 46.92º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FED02B is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 43 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.00 |
| HSL | 46.92º | 0.99% | 0.58% | - |
| HSV(B) | 46.92º | 0.83% | 1% | - |
| XYZ | 63.86 | 66.36 | 11.73 | - |
| YUV | 202.94 | 37.74 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 43 | 0 | 0.18 | 0.83 | 0.00 | 46.92 | 0.99 | 0.58 |
| Hex | FE | D0 | 2B | 0 | 12 | 53 | 0 | 2F | 63 | 3A |
| Octal | 376 | 320 | 53 | 0 | 22 | 123 | 0 | 57 | 143 | 72 |
| Binary | 11111110 | 11010000 | 101011 | 0 | 10010 | 1010011 | 0 | 101111 | 1100011 | 111010 |
Color Harmonies of #FED02B
Complementary color
Monochromatic Colors of #FED02B
Black with #FED02B
Text Example
Text Example
White with #FED02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED02B; }
p { color: rgb(254,208,43); }
H1.HeaderClassName
{
color: #FED02B;
}
.AnyTagClassName
{
color: #FED02B;
}
</style>
background-color css
<style>
a { background-color: #FED02B; }
a { background-color: rgb(254,208,43); }
div.DivClassName
{
background-color: #FED02B;
}
.BgClassName
{
background-color: #FED02B;
}
</style>
border-color css
<style>
span { border-color: #FED02B; }
span { border-color: rgb(254,208,43); }
td.TdClassName
{
border-color: #FED02B;
}
.TagClassName
{
border-color: #FED02B;
}
</style>