Shades of Sunglow #FFD73D
Tints of Sunglow #FFD73D
RGB
CMYK
RGB Variations
Color information
#FFD73D (or 0xFFD73D) is known color: Sunglow. HEX triplet: FF, D7 and 3D. RGB value is (255,215,61). Sum of RGB (Red+Green+Blue) = 255+215+61=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 61 (24.22% from 255 or 11.49% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD73D is #0028C2. Grayscale: #D2D2D2. Windows color (decimal): -10435 or 4052991. OLE color: 4052991.
HSL color Cylindrical-coordinate representation of color #FFD73D: hue angle of 47.63º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFD73D is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 61 | - |
| CMYK | 0 | 0.16 | 0.76 | 0 |
| HSL | 47.63º | 1% | 0.62% | - |
| HSV(B) | 47.63º | 0.76% | 1% | - |
| XYZ | 66.38 | 70.2 | 14.47 | - |
| YUV | 209.4 | 44.25 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 61 | 0 | 0.16 | 0.76 | 0 | 47.63 | 1 | 0.62 |
| Hex | FF | D7 | 3D | 0 | 10 | 4C | 0 | 30 | 64 | 3E |
| Octal | 377 | 327 | 75 | 0 | 20 | 114 | 0 | 60 | 144 | 76 |
| Binary | 11111111 | 11010111 | 111101 | 0 | 10000 | 1001100 | 0 | 110000 | 1100100 | 111110 |
Color Harmonies of #FFD73D
Complementary color
Monochromatic Colors of #FFD73D
Black with #FFD73D
Text Example
Text Example
White with #FFD73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD73D; }
p { color: rgb(255,215,61); }
H1.HeaderClassName
{
color: #FFD73D;
}
.AnyTagClassName
{
color: #FFD73D;
}
</style>
background-color css
<style>
a { background-color: #FFD73D; }
a { background-color: rgb(255,215,61); }
div.DivClassName
{
background-color: #FFD73D;
}
.BgClassName
{
background-color: #FFD73D;
}
</style>
border-color css
<style>
span { border-color: #FFD73D; }
span { border-color: rgb(255,215,61); }
td.TdClassName
{
border-color: #FFD73D;
}
.TagClassName
{
border-color: #FFD73D;
}
</style>