Shades of Sunglow #FFD03A
Tints of Sunglow #FFD03A
RGB
CMYK
RGB Variations
Color information
#FFD03A (or 0xFFD03A) is known color: Sunglow. HEX triplet: FF, D0 and 3A. RGB value is (255,208,58). Sum of RGB (Red+Green+Blue) = 255+208+58=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 58 (23.05% from 255 or 11.13% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD03A is #002FC5. Grayscale: #CDCDCD. Windows color (decimal): -12230 or 3854591. OLE color: 3854591.
HSL color Cylindrical-coordinate representation of color #FFD03A: hue angle of 45.69º 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 #FFD03A is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 58 | - |
| CMYK | 0 | 0.18 | 0.77 | 0 |
| HSL | 45.69º | 1% | 0.61% | - |
| HSV(B) | 45.69º | 0.77% | 1% | - |
| XYZ | 64.56 | 66.68 | 13.47 | - |
| YUV | 204.95 | 45.07 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 58 | 0 | 0.18 | 0.77 | 0 | 45.69 | 1 | 0.61 |
| Hex | FF | D0 | 3A | 0 | 12 | 4D | 0 | 2E | 64 | 3D |
| Octal | 377 | 320 | 72 | 0 | 22 | 115 | 0 | 56 | 144 | 75 |
| Binary | 11111111 | 11010000 | 111010 | 0 | 10010 | 1001101 | 0 | 101110 | 1100100 | 111101 |
Color Harmonies of #FFD03A
Complementary color
Monochromatic Colors of #FFD03A
Black with #FFD03A
Text Example
Text Example
White with #FFD03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD03A; }
p { color: rgb(255,208,58); }
H1.HeaderClassName
{
color: #FFD03A;
}
.AnyTagClassName
{
color: #FFD03A;
}
</style>
background-color css
<style>
a { background-color: #FFD03A; }
a { background-color: rgb(255,208,58); }
div.DivClassName
{
background-color: #FFD03A;
}
.BgClassName
{
background-color: #FFD03A;
}
</style>
border-color css
<style>
span { border-color: #FFD03A; }
span { border-color: rgb(255,208,58); }
td.TdClassName
{
border-color: #FFD03A;
}
.TagClassName
{
border-color: #FFD03A;
}
</style>