Shades of Sunglow #FFD43A
Tints of Sunglow #FFD43A
RGB
CMYK
RGB Variations
Color information
#FFD43A (or 0xFFD43A) is known color: Sunglow. HEX triplet: FF, D4 and 3A. RGB value is (255,212,58). Sum of RGB (Red+Green+Blue) = 255+212+58=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 58 (23.05% from 255 or 11.05% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD43A is #002BC5. Grayscale: #CFCFCF. Windows color (decimal): -11206 or 3855615. OLE color: 3855615.
HSL color Cylindrical-coordinate representation of color #FFD43A: hue angle of 46.9º 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 #FFD43A is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 58 | - |
| CMYK | 0 | 0.17 | 0.77 | 0 |
| HSL | 46.9º | 1% | 0.61% | - |
| HSV(B) | 46.9º | 0.77% | 1% | - |
| XYZ | 65.55 | 68.65 | 13.8 | - |
| YUV | 207.3 | 43.75 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 58 | 0 | 0.17 | 0.77 | 0 | 46.9 | 1 | 0.61 |
| Hex | FF | D4 | 3A | 0 | 11 | 4D | 0 | 2F | 64 | 3D |
| Octal | 377 | 324 | 72 | 0 | 21 | 115 | 0 | 57 | 144 | 75 |
| Binary | 11111111 | 11010100 | 111010 | 0 | 10001 | 1001101 | 0 | 101111 | 1100100 | 111101 |
Color Harmonies of #FFD43A
Complementary color
Monochromatic Colors of #FFD43A
Black with #FFD43A
Text Example
Text Example
White with #FFD43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD43A; }
p { color: rgb(255,212,58); }
H1.HeaderClassName
{
color: #FFD43A;
}
.AnyTagClassName
{
color: #FFD43A;
}
</style>
background-color css
<style>
a { background-color: #FFD43A; }
a { background-color: rgb(255,212,58); }
div.DivClassName
{
background-color: #FFD43A;
}
.BgClassName
{
background-color: #FFD43A;
}
</style>
border-color css
<style>
span { border-color: #FFD43A; }
span { border-color: rgb(255,212,58); }
td.TdClassName
{
border-color: #FFD43A;
}
.TagClassName
{
border-color: #FFD43A;
}
</style>