Shades of Sunglow #FED42A
Tints of Sunglow #FED42A
RGB
CMYK
RGB Variations
Color information
#FED42A (or 0xFED42A) is known color: Sunglow. HEX triplet: FE, D4 and 2A. RGB value is (254,212,42). Sum of RGB (Red+Green+Blue) = 254+212+42=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 42 (16.80% from 255 or 8.27% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FED42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED42A is #012BD5. Grayscale: #CDCDCD. Windows color (decimal): -76758 or 2807038. OLE color: 2807038.
HSL color Cylindrical-coordinate representation of color #FED42A: hue angle of 48.11º 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 #FED42A is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 42 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.00 |
| HSL | 48.11º | 0.99% | 0.58% | - |
| HSV(B) | 48.11º | 0.83% | 1% | - |
| XYZ | 64.83 | 68.32 | 11.96 | - |
| YUV | 205.18 | 35.91 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 42 | 0 | 0.17 | 0.83 | 0.00 | 48.11 | 0.99 | 0.58 |
| Hex | FE | D4 | 2A | 0 | 11 | 53 | 0 | 30 | 63 | 3A |
| Octal | 376 | 324 | 52 | 0 | 21 | 123 | 0 | 60 | 143 | 72 |
| Binary | 11111110 | 11010100 | 101010 | 0 | 10001 | 1010011 | 0 | 110000 | 1100011 | 111010 |
Color Harmonies of #FED42A
Complementary color
Monochromatic Colors of #FED42A
Black with #FED42A
Text Example
Text Example
White with #FED42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED42A; }
p { color: rgb(254,212,42); }
H1.HeaderClassName
{
color: #FED42A;
}
.AnyTagClassName
{
color: #FED42A;
}
</style>
background-color css
<style>
a { background-color: #FED42A; }
a { background-color: rgb(254,212,42); }
div.DivClassName
{
background-color: #FED42A;
}
.BgClassName
{
background-color: #FED42A;
}
</style>
border-color css
<style>
span { border-color: #FED42A; }
span { border-color: rgb(254,212,42); }
td.TdClassName
{
border-color: #FED42A;
}
.TagClassName
{
border-color: #FED42A;
}
</style>