Shades of Sunglow #FED240
Tints of Sunglow #FED240
RGB
CMYK
RGB Variations
Color information
#FED240 (or 0xFED240) is known color: Sunglow. HEX triplet: FE, D2 and 40. RGB value is (254,210,64). Sum of RGB (Red+Green+Blue) = 254+210+64=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FED240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED240 is #012DBF. Grayscale: #CFCFCF. Windows color (decimal): -77248 or 4248318. OLE color: 4248318.
HSL color Cylindrical-coordinate representation of color #FED240: hue angle of 46.11º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FED240 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 64 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.00 |
| HSL | 46.11º | 0.99% | 0.62% | - |
| HSV(B) | 46.11º | 0.75% | 1% | - |
| XYZ | 64.85 | 67.53 | 14.47 | - |
| YUV | 206.51 | 47.58 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 64 | 0 | 0.17 | 0.75 | 0.00 | 46.11 | 0.99 | 0.62 |
| Hex | FE | D2 | 40 | 0 | 11 | 4B | 0 | 2E | 63 | 3E |
| Octal | 376 | 322 | 100 | 0 | 21 | 113 | 0 | 56 | 143 | 76 |
| Binary | 11111110 | 11010010 | 1000000 | 0 | 10001 | 1001011 | 0 | 101110 | 1100011 | 111110 |
Color Harmonies of #FED240
Complementary color
Monochromatic Colors of #FED240
Black with #FED240
Text Example
Text Example
White with #FED240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED240; }
p { color: rgb(254,210,64); }
H1.HeaderClassName
{
color: #FED240;
}
.AnyTagClassName
{
color: #FED240;
}
</style>
background-color css
<style>
a { background-color: #FED240; }
a { background-color: rgb(254,210,64); }
div.DivClassName
{
background-color: #FED240;
}
.BgClassName
{
background-color: #FED240;
}
</style>
border-color css
<style>
span { border-color: #FED240; }
span { border-color: rgb(254,210,64); }
td.TdClassName
{
border-color: #FED240;
}
.TagClassName
{
border-color: #FED240;
}
</style>