Shades of Sunglow #FED23B
Tints of Sunglow #FED23B
RGB
CMYK
RGB Variations
Color information
#FED23B (or 0xFED23B) is known color: Sunglow. HEX triplet: FE, D2 and 3B. RGB value is (254,210,59). Sum of RGB (Red+Green+Blue) = 254+210+59=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 59 (23.44% from 255 or 11.28% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FED23B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED23B is #012DC4. Grayscale: #CECECE. Windows color (decimal): -77253 or 3920638. OLE color: 3920638.
HSL color Cylindrical-coordinate representation of color #FED23B: hue angle of 46.46º 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 #FED23B is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 59 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.00 |
| HSL | 46.46º | 0.99% | 0.61% | - |
| HSV(B) | 46.46º | 0.77% | 1% | - |
| XYZ | 64.71 | 67.48 | 13.75 | - |
| YUV | 205.94 | 45.08 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 59 | 0 | 0.17 | 0.77 | 0.00 | 46.46 | 0.99 | 0.61 |
| Hex | FE | D2 | 3B | 0 | 11 | 4D | 0 | 2E | 63 | 3D |
| Octal | 376 | 322 | 73 | 0 | 21 | 115 | 0 | 56 | 143 | 75 |
| Binary | 11111110 | 11010010 | 111011 | 0 | 10001 | 1001101 | 0 | 101110 | 1100011 | 111101 |
Color Harmonies of #FED23B
Complementary color
Monochromatic Colors of #FED23B
Black with #FED23B
Text Example
Text Example
White with #FED23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED23B; }
p { color: rgb(254,210,59); }
H1.HeaderClassName
{
color: #FED23B;
}
.AnyTagClassName
{
color: #FED23B;
}
</style>
background-color css
<style>
a { background-color: #FED23B; }
a { background-color: rgb(254,210,59); }
div.DivClassName
{
background-color: #FED23B;
}
.BgClassName
{
background-color: #FED23B;
}
</style>
border-color css
<style>
span { border-color: #FED23B; }
span { border-color: rgb(254,210,59); }
td.TdClassName
{
border-color: #FED23B;
}
.TagClassName
{
border-color: #FED23B;
}
</style>