Shades of Sunglow #FFD73C
Tints of Sunglow #FFD73C
RGB
CMYK
RGB Variations
Color information
#FFD73C (or 0xFFD73C) is known color: Sunglow. HEX triplet: FF, D7 and 3C. RGB value is (255,215,60). Sum of RGB (Red+Green+Blue) = 255+215+60=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 60 (23.83% from 255 or 11.32% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD73C is #0028C3. Grayscale: #D1D1D1. Windows color (decimal): -10436 or 3987455. OLE color: 3987455.
HSL color Cylindrical-coordinate representation of color #FFD73C: hue angle of 47.69º 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 #FFD73C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 60 | - |
| CMYK | 0 | 0.16 | 0.76 | 0 |
| HSL | 47.69º | 1% | 0.62% | - |
| HSV(B) | 47.69º | 0.76% | 1% | - |
| XYZ | 66.36 | 70.19 | 14.33 | - |
| YUV | 209.29 | 43.75 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 60 | 0 | 0.16 | 0.76 | 0 | 47.69 | 1 | 0.62 |
| Hex | FF | D7 | 3C | 0 | 10 | 4C | 0 | 30 | 64 | 3E |
| Octal | 377 | 327 | 74 | 0 | 20 | 114 | 0 | 60 | 144 | 76 |
| Binary | 11111111 | 11010111 | 111100 | 0 | 10000 | 1001100 | 0 | 110000 | 1100100 | 111110 |
Color Harmonies of #FFD73C
Complementary color
Monochromatic Colors of #FFD73C
Black with #FFD73C
Text Example
Text Example
White with #FFD73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD73C; }
p { color: rgb(255,215,60); }
H1.HeaderClassName
{
color: #FFD73C;
}
.AnyTagClassName
{
color: #FFD73C;
}
</style>
background-color css
<style>
a { background-color: #FFD73C; }
a { background-color: rgb(255,215,60); }
div.DivClassName
{
background-color: #FFD73C;
}
.BgClassName
{
background-color: #FFD73C;
}
</style>
border-color css
<style>
span { border-color: #FFD73C; }
span { border-color: rgb(255,215,60); }
td.TdClassName
{
border-color: #FFD73C;
}
.TagClassName
{
border-color: #FFD73C;
}
</style>