Shades of Sunglow #FED42D
Tints of Sunglow #FED42D
RGB
CMYK
RGB Variations
Color information
#FED42D (or 0xFED42D) is known color: Sunglow. HEX triplet: FE, D4 and 2D. RGB value is (254,212,45). Sum of RGB (Red+Green+Blue) = 254+212+45=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FED42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED42D is #012BD2. Grayscale: #CECECE. Windows color (decimal): -76755 or 3003646. OLE color: 3003646.
HSL color Cylindrical-coordinate representation of color #FED42D: hue angle of 47.94º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FED42D is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 45 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.00 |
| HSL | 47.94º | 0.99% | 0.59% | - |
| HSV(B) | 47.94º | 0.82% | 1% | - |
| XYZ | 64.89 | 68.35 | 12.25 | - |
| YUV | 205.52 | 37.41 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 45 | 0 | 0.17 | 0.82 | 0.00 | 47.94 | 0.99 | 0.59 |
| Hex | FE | D4 | 2D | 0 | 11 | 52 | 0 | 30 | 63 | 3B |
| Octal | 376 | 324 | 55 | 0 | 21 | 122 | 0 | 60 | 143 | 73 |
| Binary | 11111110 | 11010100 | 101101 | 0 | 10001 | 1010010 | 0 | 110000 | 1100011 | 111011 |
Color Harmonies of #FED42D
Complementary color
Monochromatic Colors of #FED42D
Black with #FED42D
Text Example
Text Example
White with #FED42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED42D; }
p { color: rgb(254,212,45); }
H1.HeaderClassName
{
color: #FED42D;
}
.AnyTagClassName
{
color: #FED42D;
}
</style>
background-color css
<style>
a { background-color: #FED42D; }
a { background-color: rgb(254,212,45); }
div.DivClassName
{
background-color: #FED42D;
}
.BgClassName
{
background-color: #FED42D;
}
</style>
border-color css
<style>
span { border-color: #FED42D; }
span { border-color: rgb(254,212,45); }
td.TdClassName
{
border-color: #FED42D;
}
.TagClassName
{
border-color: #FED42D;
}
</style>