Shades of Sunglow #FFD73B
Tints of Sunglow #FFD73B
RGB
CMYK
RGB Variations
Color information
#FFD73B (or 0xFFD73B) is known color: Sunglow. HEX triplet: FF, D7 and 3B. RGB value is (255,215,59). Sum of RGB (Red+Green+Blue) = 255+215+59=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 59 (23.44% from 255 or 11.15% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD73B is #0028C4. Grayscale: #D1D1D1. Windows color (decimal): -10437 or 3921919. OLE color: 3921919.
HSL color Cylindrical-coordinate representation of color #FFD73B: hue angle of 47.76º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFD73B is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 59 | - |
| CMYK | 0 | 0.16 | 0.77 | 0 |
| HSL | 47.76º | 1% | 0.62% | - |
| HSV(B) | 47.76º | 0.77% | 1% | - |
| XYZ | 66.33 | 70.18 | 14.19 | - |
| YUV | 209.18 | 43.25 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 59 | 0 | 0.16 | 0.77 | 0 | 47.76 | 1 | 0.62 |
| Hex | FF | D7 | 3B | 0 | 10 | 4D | 0 | 30 | 64 | 3E |
| Octal | 377 | 327 | 73 | 0 | 20 | 115 | 0 | 60 | 144 | 76 |
| Binary | 11111111 | 11010111 | 111011 | 0 | 10000 | 1001101 | 0 | 110000 | 1100100 | 111110 |
Color Harmonies of #FFD73B
Complementary color
Monochromatic Colors of #FFD73B
Black with #FFD73B
Text Example
Text Example
White with #FFD73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD73B; }
p { color: rgb(255,215,59); }
H1.HeaderClassName
{
color: #FFD73B;
}
.AnyTagClassName
{
color: #FFD73B;
}
</style>
background-color css
<style>
a { background-color: #FFD73B; }
a { background-color: rgb(255,215,59); }
div.DivClassName
{
background-color: #FFD73B;
}
.BgClassName
{
background-color: #FFD73B;
}
</style>
border-color css
<style>
span { border-color: #FFD73B; }
span { border-color: rgb(255,215,59); }
td.TdClassName
{
border-color: #FFD73B;
}
.TagClassName
{
border-color: #FFD73B;
}
</style>