Shades of Sunglow #FFD23A
Tints of Sunglow #FFD23A
RGB
CMYK
RGB Variations
Color information
#FFD23A (or 0xFFD23A) is known color: Sunglow. HEX triplet: FF, D2 and 3A. RGB value is (255,210,58). Sum of RGB (Red+Green+Blue) = 255+210+58=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 58 (23.05% from 255 or 11.09% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD23A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD23A is #002DC5. Grayscale: #CECECE. Windows color (decimal): -11718 or 3855103. OLE color: 3855103.
HSL color Cylindrical-coordinate representation of color #FFD23A: hue angle of 46.29º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFD23A is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 58 | - |
| CMYK | 0 | 0.18 | 0.77 | 0 |
| HSL | 46.29º | 1% | 0.61% | - |
| HSV(B) | 46.29º | 0.77% | 1% | - |
| XYZ | 65.05 | 67.66 | 13.63 | - |
| YUV | 206.13 | 44.41 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 58 | 0 | 0.18 | 0.77 | 0 | 46.29 | 1 | 0.61 |
| Hex | FF | D2 | 3A | 0 | 12 | 4D | 0 | 2E | 64 | 3D |
| Octal | 377 | 322 | 72 | 0 | 22 | 115 | 0 | 56 | 144 | 75 |
| Binary | 11111111 | 11010010 | 111010 | 0 | 10010 | 1001101 | 0 | 101110 | 1100100 | 111101 |
Color Harmonies of #FFD23A
Complementary color
Monochromatic Colors of #FFD23A
Black with #FFD23A
Text Example
Text Example
White with #FFD23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD23A; }
p { color: rgb(255,210,58); }
H1.HeaderClassName
{
color: #FFD23A;
}
.AnyTagClassName
{
color: #FFD23A;
}
</style>
background-color css
<style>
a { background-color: #FFD23A; }
a { background-color: rgb(255,210,58); }
div.DivClassName
{
background-color: #FFD23A;
}
.BgClassName
{
background-color: #FFD23A;
}
</style>
border-color css
<style>
span { border-color: #FFD23A; }
span { border-color: rgb(255,210,58); }
td.TdClassName
{
border-color: #FFD23A;
}
.TagClassName
{
border-color: #FFD23A;
}
</style>