Shades of Sunglow #FED23A
Tints of Sunglow #FED23A
RGB
CMYK
RGB Variations
Color information
#FED23A (or 0xFED23A) is known color: Sunglow. HEX triplet: FE, D2 and 3A. RGB value is (254,210,58). Sum of RGB (Red+Green+Blue) = 254+210+58=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 58 (23.05% from 255 or 11.11% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FED23A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED23A is #012DC5. Grayscale: #CECECE. Windows color (decimal): -77254 or 3855102. OLE color: 3855102.
HSL color Cylindrical-coordinate representation of color #FED23A: hue angle of 46.53º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FED23A is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 58 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.00 |
| HSL | 46.53º | 0.99% | 0.61% | - |
| HSV(B) | 46.53º | 0.77% | 1% | - |
| XYZ | 64.68 | 67.47 | 13.62 | - |
| YUV | 205.83 | 44.58 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 58 | 0 | 0.17 | 0.77 | 0.00 | 46.53 | 0.99 | 0.61 |
| Hex | FE | D2 | 3A | 0 | 11 | 4D | 0 | 2F | 63 | 3D |
| Octal | 376 | 322 | 72 | 0 | 21 | 115 | 0 | 57 | 143 | 75 |
| Binary | 11111110 | 11010010 | 111010 | 0 | 10001 | 1001101 | 0 | 101111 | 1100011 | 111101 |
Color Harmonies of #FED23A
Complementary color
Monochromatic Colors of #FED23A
Black with #FED23A
Text Example
Text Example
White with #FED23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED23A; }
p { color: rgb(254,210,58); }
H1.HeaderClassName
{
color: #FED23A;
}
.AnyTagClassName
{
color: #FED23A;
}
</style>
background-color css
<style>
a { background-color: #FED23A; }
a { background-color: rgb(254,210,58); }
div.DivClassName
{
background-color: #FED23A;
}
.BgClassName
{
background-color: #FED23A;
}
</style>
border-color css
<style>
span { border-color: #FED23A; }
span { border-color: rgb(254,210,58); }
td.TdClassName
{
border-color: #FED23A;
}
.TagClassName
{
border-color: #FED23A;
}
</style>