Shades of Sunglow #FED42B
Tints of Sunglow #FED42B
RGB
CMYK
RGB Variations
Color information
#FED42B (or 0xFED42B) is known color: Sunglow. HEX triplet: FE, D4 and 2B. RGB value is (254,212,43). Sum of RGB (Red+Green+Blue) = 254+212+43=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 43 (17.19% from 255 or 8.45% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FED42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED42B is #012BD4. Grayscale: #CECECE. Windows color (decimal): -76757 or 2872574. OLE color: 2872574.
HSL color Cylindrical-coordinate representation of color #FED42B: hue angle of 48.06º 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 #FED42B is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 43 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.00 |
| HSL | 48.06º | 0.99% | 0.58% | - |
| HSV(B) | 48.06º | 0.83% | 1% | - |
| XYZ | 64.85 | 68.33 | 12.06 | - |
| YUV | 205.29 | 36.41 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 43 | 0 | 0.17 | 0.83 | 0.00 | 48.06 | 0.99 | 0.58 |
| Hex | FE | D4 | 2B | 0 | 11 | 53 | 0 | 30 | 63 | 3A |
| Octal | 376 | 324 | 53 | 0 | 21 | 123 | 0 | 60 | 143 | 72 |
| Binary | 11111110 | 11010100 | 101011 | 0 | 10001 | 1010011 | 0 | 110000 | 1100011 | 111010 |
Color Harmonies of #FED42B
Complementary color
Monochromatic Colors of #FED42B
Black with #FED42B
Text Example
Text Example
White with #FED42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED42B; }
p { color: rgb(254,212,43); }
H1.HeaderClassName
{
color: #FED42B;
}
.AnyTagClassName
{
color: #FED42B;
}
</style>
background-color css
<style>
a { background-color: #FED42B; }
a { background-color: rgb(254,212,43); }
div.DivClassName
{
background-color: #FED42B;
}
.BgClassName
{
background-color: #FED42B;
}
</style>
border-color css
<style>
span { border-color: #FED42B; }
span { border-color: rgb(254,212,43); }
td.TdClassName
{
border-color: #FED42B;
}
.TagClassName
{
border-color: #FED42B;
}
</style>