Shades of Sunglow #FED23D
Tints of Sunglow #FED23D
RGB
CMYK
RGB Variations
Color information
#FED23D (or 0xFED23D) is known color: Sunglow. HEX triplet: FE, D2 and 3D. RGB value is (254,210,61). Sum of RGB (Red+Green+Blue) = 254+210+61=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FED23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED23D is #012DC2. Grayscale: #CECECE. Windows color (decimal): -77251 or 4051710. OLE color: 4051710.
HSL color Cylindrical-coordinate representation of color #FED23D: hue angle of 46.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FED23D is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 61 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.00 |
| HSL | 46.32º | 0.99% | 0.62% | - |
| HSV(B) | 46.32º | 0.76% | 1% | - |
| XYZ | 64.76 | 67.5 | 14.03 | - |
| YUV | 206.17 | 46.08 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 61 | 0 | 0.17 | 0.76 | 0.00 | 46.32 | 0.99 | 0.62 |
| Hex | FE | D2 | 3D | 0 | 11 | 4C | 0 | 2E | 63 | 3E |
| Octal | 376 | 322 | 75 | 0 | 21 | 114 | 0 | 56 | 143 | 76 |
| Binary | 11111110 | 11010010 | 111101 | 0 | 10001 | 1001100 | 0 | 101110 | 1100011 | 111110 |
Color Harmonies of #FED23D
Complementary color
Monochromatic Colors of #FED23D
Black with #FED23D
Text Example
Text Example
White with #FED23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED23D; }
p { color: rgb(254,210,61); }
H1.HeaderClassName
{
color: #FED23D;
}
.AnyTagClassName
{
color: #FED23D;
}
</style>
background-color css
<style>
a { background-color: #FED23D; }
a { background-color: rgb(254,210,61); }
div.DivClassName
{
background-color: #FED23D;
}
.BgClassName
{
background-color: #FED23D;
}
</style>
border-color css
<style>
span { border-color: #FED23D; }
span { border-color: rgb(254,210,61); }
td.TdClassName
{
border-color: #FED23D;
}
.TagClassName
{
border-color: #FED23D;
}
</style>